/* body styles */ 

body { background-color: tan;
       background-repeat: no-repeat; 
       font-family: verdana, sans-serif; 
       font-size: 16px; 
       margin: 10%;
       margin-top: 2%;
       margin-bottom: 20px; } 


/* horizontal rule styles */ 

hr { color: red } 


/* link styles */

a:link { color: white; font-weight: bold } 
a:hover { color: maroon; font-weight: bold } 
a:active { color: maroon }
a:visited { color: black; font-weight: normal } 


/* heading styles */

h4 { margin: none; 
     font-family: arial, sans-serif; 
     font-size: 12px; }

h3 { margin: none; 
     font-family: verdana, sans-serif; 
     font-size: 14px; } 

h2 { margin: none; 
     font-family: verdana, sans-serif; 
     font-size: 24px; } 


/* class styles */

.dept { color: yellow; } 


/* font styles */

font { align: center;
       font-family: verdana, sans-serif; 
       font-size: 16px; }
