/* Link style */
a.main:link { color: blue; text-decoration: none }
a.main:active { color: red; text-decoration: none }
a.main:visited { color: blue; text-decoration: none }
a.main:hover { color: red; text-decoration: underline }

a.side:link { color: #0000FF; text-decoration: none; }
a.side:active { color: #0000FF; text-decoration: none }
a.side:visited { color: #0000FF; text-decoration: none }
a.side:hover { color: #000099; text-decoration: none }

/* Font style */
#archivetbl { font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: x-small; }
#archivesub { font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: small; background-color: #CCFFCC; }

#sidebar1 { font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: x-small; }
#sidebar2 { font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: xx-small; }

#maintext { font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: small; }
#smalltext { font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: xx-small; }