body { 
background-image : url('../casbkgnd.gif');
background-repeat : repeat;
} 
p, ul, li, td { 
font-size : 100%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : white;
} 
h1 { 
text-transform : uppercase;
font-size : 26px;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : white;
text-decoration : underline;
text-align : center;
margin-top : 20px;
margin-bottom : 80px;
} 
h2 { 
font-size : 22px;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : white;
text-decoration : underline;
font-weight : 900;
text-align : center;
padding-left : 15px;
margin-bottom : 40px;
} 
h3 { 
margin-left : 100px;
margin-right : 100px;
text-align : center;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size : 14px;
color : white;
} 
h4 { 
margin-left : 30px;
margin-right : 30px;
text-align : left;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size : 14px;
color : white;
} 

h6 { margin-top: 30px; font-size: 20px; font-family: "Highlight LET"; color: #FF0000; font-weight: 700 }

a:link { 
color : #daa520;
text-decoration : underline;
} 
a:visited { 
color : #4682b4;
text-decoration : underline;
} 
a:hover { 
color : #ffff00;
text-decoration : none;
} 
