
body{background:#CDAF95;background-image:none; color:white}
p{background:#CDAF95; color:white}
ul li{color:red}
ul {} 
h1,h2,h3,h4,h5,h6{color:white;}
h1{}
h3{}
h4{}
h5{}
h6{}
table {background-color:#CDAF95;color:white}

p strong {color:green}																				 	
p em {color:red}
p:first-letter{font:bold 250%; float:left;}
p:first-line {text-transform: uppercase}
p.class {font:green}

a:link { color: rgb(0, 0, 153); }  /* for unvisited links */
a:visited { color: rgb(153, 0, 153); } /* for visited links */
a:active { color: rgb(255, 0, 102); } /* when link is clicked */
a:hover { color: rgb(0, 96, 255) } /* when mouse is over link */


a.c1:link { color: rgb(0, 0, 153); background-color:white}  /* for unvisited links */
a.c1:visited { color: brown; } /* for visited links */
a.c1:active { color: rgb(255, 0, 102); } /* when link is clicked */
a.c1:hover {background-color: white;color: navy;} /* when mouse is over link */
thirdTable {background-color:#CDAF95;color:green}

.align{float:right;margin:25px}						 /*image alignment*/
.border{padding: 25px; border: 25px solid #CDAF95; }
