body {
     	background-color : #FFF;
     	font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : normal;
     	color : #000;
}

p { }

h1 {
	font-size : medium;
	font-family : Tahoma;
	font-weight : bold;
	color : #BCA13F;
}
h2 {
	font-size : small;
     	font-family : Tahoma;
     	font-weight : bold;
     	color : #78406B;
}
    
h3  {
     	font-size : small;
     	font-family : Tahoma;
     	font-weight : bold;
     	color : #BCA13F;
}
     
a  {
     	color : #BCA13F;
     	font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : bold;
}
a:visited, a:active, a:hover  {
     	color : #78406B;
     	font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : bold;
}
     
th  {
     	color : #000;
     	font-size : x-small;
     	font-family : Tahoma;
     	font-weight : bold;
}

td  {
     	color : #000;
     	font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : bold;
}
     
input, textarea, select, option  {
     	color : #000;
     	font-size : xx-small;
     	font-family : Tahoma;
     	font-weight : bold;
}
