
BODY { font-family: "Comic Sans MS", arial; }
BODY { color: #000040; }

A:link
 { font-family: "Comic Sans MS", "Arial"; color: blue; text-decoration:underline; }
A:visited 
 { font-family: "Comic Sans MS", "Arial"; color: #00309C; text-decoration:underline; }
A:hover 
 { font-family: "Comic Sans MS", "Arial"; color: red; text-decoration:none; }

A:active
 { font-family: "Comic Sans Ms", "Arial"; color: green; text-docoration:bold; }


