/* style of whole page */
body { 
	margin:0px;
	/* background-color: #e9e9e9; */
	/* background-image: url(images/white.png); */
	/* background-repeat: repeat-y; */
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: normal;
	/* text-align: center; */
	color: #000000; }
	
/* headers */
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal } 
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal } 
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal } 
h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal } 
h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal } 

/* links in general */
a { font-weight: normal }

a:link { color: #E00000; text-decoration: underline; } 
a:hover { color: #E00000; text-decoration: underline; } 
a:visited { color: #E00000; text-decoration: underline; } 
a:active { color: #E00000; text-decoration: underline; } 

/* style of navigation bar */
.navigation_bar { font-size: normal; margin: 10px }
div.navigation_bar a:link { color: #E00000; text-decoration: none; }
div.navigation_bar a:hover { color: #E00000; text-decoration: underline; }
div.navigation_bar a:visited { color: #E00000; text-decoration: none; }
div.navigation_bar a:active { color: #E00000; text-decoration: underline; }

/* style of signature */
div.page_signature a:link { color: #E00000; text-decoration: none; }
div.page_signature a:hover { color: #E00000; text-decoration: underline; }
div.page_signature a:visited { color: #E00000; text-decoration: none; }
div.page_signature a:active { color: #E00000; text-decoration: underline; }

/* style of content table */
div.content_table table { text-align: left; width: 680px; }
div.content_table td { padding: 6px; border: 0px }


