/* this is the style sheet to be linked */

<link rel="stylesheet" type="text/css" href="mystyle.css">

A:visited {
color : black; 
} 
A:active {
color : navy; background-color : CCCCCC;
} 
A:hover {
color : red; background-color : CCCCCC;
} 
A:link {
text-decoration : none; 
} 
p {
font-family : Georgia, Verdana, sans-serif; 
font-weight : bold; 
font-size : 99%; 
} 
body { 
font-family : Georgia, Verdana, sans-serif; 
font-size : 75%; margin-left: 5%; margin-right: 5%;
} 
h1 , h2 {
font-family : Georgia, "Times New Roman", serif; 
font-size : 325%;
} 
h3 {
font-family : Georgia, "Times New Roman", serif; 
font-size : 250%;
}
h4 {
font-family : Georgia, "Times New Roman", serif; 
font-size : 145%; 
} 