
body 
	{
 		margin:10px;
 		background:#cccccc;
 		color: blue;
 		text-align:center;
 		padding:0;
 		font-family: "Times New Roman", times, serif Arial, Palatino;
 	}

#hdr 
	{
 		position: absolute;
 		top:15px;
 		height:120px;
		left:60px;
 		width: 774px;
 		text-align:center;
 		background-repeat: no-repeat; 
 		background-color: white;
		border-top:solid red 2px;
		border-left:solid red 2px;
		border-right:solid red 2px;
		border-bottom:solid red 1px;
	}

#col 	 
	{
 		position: absolute;
		padding-top:0px;
 		top:139px;
 		left: 60px;
		height:520px;
 		background-color:white;
 		color:black;
 		width:300px;
 		text-align:center;
 		border-bottom:solid red 1px;
		border-left:solid red 2px;
		border-right:solid red 1px;
		
 	}

#rcol 	
	{
 		position: absolute;
 		top:139px;
 		left: 362px;
 		background-color:white;
 		color:black;
 		width:473px;
 		height:520px;
		padding-top:0px;
 		text-align:center;
 		vertical-align:center;
		border-bottom:solid red 1px;
		border-left:solid red 1px;
		border-right:solid red 2px;
	}	


h1  
	{
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		font-size: 1em;
		font-weight: bold;
		text-align:center;
		text:Silver;
	}


h2  
	{
		font-size: 1.5em;
		text-align:center;
		color;black;
	}

h4  
	{
		font-size: 2.0em;
		color:black
	}


h5  
	{
		font-size: 1.8em;
		text-align:center;
		color:red;
	}

hr 
	{
		text-align:center;
		width:80%;
	}

blockquote
	{
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		font-size: .8em;
		text-align:left;
		color:red;
		margin-left: 40px;
	}
address
	{
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		font-size: 1em;
		text-align:center;
		color:red;
		font-style: normal;
	}



strong	{
		
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		font-size: .8em;
		text-align:center;
		color:black;
	}

em	{
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		font-size: 1.2em;
		text-align:center;
		color:blue;
	}
a:link 
	{ 
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		color: red;
		text-weight;bold;
		text-decoration: none;
		font-size: .8em;
		
	}

a:visited 
	{
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		color: red;
		text-decoration: none;
		font-size: .8em;
	}

a:hover 
	{
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		color: red;
		font-size: .8em;
		text-decoration: none;
	}

.question  
	{
		font-family: "Times New Roman", times, serif Arial, Palatino,;
		color: black;
		font-size: 2.2em;
		font-weight: bold;
		
	}

.answer   
	{
		font-family: "Times New Roman", times, serif Arial, Palatino,;
		color: red;
		font-size: 2.2em;
		font-weight: bold;
	}

.linkline
	{
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		color: red;
		font-size: .8em;
		text-decoration: none;