strong.underline {font-weight: bolder; text-decoration: underline;}
img{border: medium solid #000000;}
table{ background-color: #000000; text-align: center;}
p.black{background-color: #000000; text-align: center;}

body {background-color: #FFCC66;}
h1.c1 {font-weight: bold}
td {text-align: center}

a:link {
	   color: blue;
	   }
a:visited {
		  color: purple;
		  }
a:active {
		 color: red;
		 }
a:hover {
		color: blue;
		font-size: 125%
		}
	
