body 				{ background-color: black }
h1,h2,h3,h4,h5,h6,p,li,td	{ color: white; font-family: arial; text-decoration: none; font-style: normal; font-weight: normal; }
a:link 				{ text-decoration: none; color: #3399FF; }
a:visited 			{ text-decoration: none; color: #3399FF; }
a:active 			{ text-decoration: none; color: #3399FF; }
a:hover 			{ text-decoration: none; color: #33DD33; }
a.title:link 			{ text-decoration: none; color: #FFFFFF; }
a.title:visited 		{ text-decoration: none; color: #FFFFFF; }
a.title:active 			{ text-decoration: none; color: #FFFFFF; }
a.title:hover 			{ text-decoration: none; color: #FFFFFF; }
h1 				{ font-size: 120% }
h2 				{ font-size: 130% }
h3 				{ font-size: 130% }


/*hr				{ border-style: solid; height: 1px; border: none; color: white }*/
/* Hack around with the horizontal line to try to make it work in firefox */
hr 				{ height: 1px; border-width: 1px; border-style: solid; border-color: #C8C8C8; }


ul.plain			{ list-style-type: none; margin-left: 0; padding-left: 0; }
li				{ padding: 3px 0px 3px 0px; }
img				{ margin: 10px; margin-left: 0px; margin-right: 20px; border-color: #ffffff; border-width: 1px; }
img.plain			{ margin: 0px; border-width: 0px; }
table 				{ padding: 7px 7px 7px 7px; } 
table.plain			{ padding: 0px 0px 0px 0px; } 


/*p				{ font-size: 10pt; }*/
