body {
       background: url(/bg.gif) repeat-y #ffffff;
       margin: 0;
       padding: 0;
}

body, td {
       color: #000000;
       font-family: Garamond, Trebuchet MS, tahoma, arial;
       font-size: 16px;
}

h1 {
       font-family: Garamond, Trebuchet MS, tahoma, arial;
       font-size: 22px;
       color: #666633;
}

h1 a:link    {color:#666633;}
h1 a:visited {color:#666633;}
h1 a:hover   {color:#993333;}


h2 {
       font-family: Garamond, Trebuchet MS, tahoma, arial;
       font-size: 18px;
       color: #666633;
}

.small {
       font-size: 14px;
}

.bold {
	color: #666633;
	font-weight: bold;
}

.equal {
       color:#cccc99;
       font-size: 10px;
}

#sidebar p {color:#ffffff; font-size: 12px;}
#sidebar p a {color:#cccc99;}
#sidebar p a:hover {color:#ffffff;}


a:link    {color:#993333;}
a:visited {color:#993333;}
a:hover   {color:#666633;}

.imgright {margin: 0 0 0 10px}