BODY {  
	background-image: url('thinblueline.png');
	background-repeat: repeat-y; 
	background-color: white;
	color: black; 
	text-align: left; 
	padding-left-color: #4444ff;
	padding-top: 0px; 
	margin-top: 0px; 
	margin-left: 0px;
	}

@media screen {
	BODY {
	max-width: 800px; 
	padding-left: 120px; 
	}
}

H1,H2,H3,H4,H5,H6 { 	
		font-family: sans-serif; 
		color: #444; 
		background-color: transparent;
	}
H1 { 		text-align: left; 
		padding-bottom: 0px; 
		padding-top: 0px;
		position: relative;
		max-width: 100%; 
		font-variant: small-caps;
	}

@media screen {
  H1 {
	  padding-left: 20px;
          left: -20px;
  }
}

H2 {  		
		text-align: left; 
		padding-top: 0px; 
	}
H3,H4 {  	
		border-bottom-style: dotted; 
#		border-bottom-color: #aaf;
		border-bottom-color: #4444ff;
		border-bottom-width: 2px; 
		padding-bottom: 1px; 
	}
P.updatetime {	font-family: monospace;
		font-size: xx-small;
		position: absolute;
		top: 3px;
		right: 10px;
		text-align: right;
	}

LI {	list-style-type: square; 
	list-style-position: outside;
	padding-bottom: 3pt;
	color: #444; 
	}

        A {  text-decoration: none; } 
   A:link {  color: #f00; background-color: transparent; } 
A:visited {  color: #f00; background-color: transparent; } 
 A:active {  color: #fff; background-color: #444; } 
  A:hover {  	color: #444; 
		background-color: transparent; 
		padding-bottom: 0px;
		border-bottom-style: dotted;
		border-bottom-color: #4444ff;
		border-bottom-width: 1px;
		margin: 0px;
	} 

hr {		height: 2px;
		style: none;
		border-bottom-color: #4444ff;
		border-bottom-style: dotted;
		border-bottom-width: 2px;
		border-top-style: none;
		border-left-style: none;
		border-right-style: none;
	}

IFRAME.menu {  
		position: absolute;
		background-attachment: fixed;
             left: 0px;
             top: -10px;
             width: 100px; 
             height: 450px;
             border-width: 0px;
             overflow: hidden;
		border: #0;
		frameborder: #0;
		scrolling: no;
          }
