Home | History | Annotate | Download | only in resources
      1 body 
      2 {
      3 	background-color: #FFFFFF;
      4 	margin: 10px;
      5 	padding: 5px;
      6 }
      7 
      8 h1
      9 {
     10 	text-shadow: #000000 -1px -1px 1px;
     11 	color: #FC390E;
     12 	font-weight: bold;
     13 }
     14 
     15 a
     16 {
     17 	color: #7036be;
     18 	font-weight: bold;
     19 	font-style: normal;
     20 	text-decoration: none;
     21 	font-size:inherit;
     22 }
     23 
     24 td
     25 {
     26 	font-style: italic;
     27 	padding: 2px 15px 2px 0px;
     28 }
     29 
     30 
     31 
     32