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

#col 	{
		position: absolute;
 		top:15px;
 		height:800px;
		left:60px;
 		width: 774px;
		margin-top= 10px;
 		text-align:center;
 		background-color: white;
		border-top:solid red 2px;
		border-left:solid red 2px;
		border-right:solid red 2px;
		border-bottom: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: 3.0em;
		text-align:center;
		color:red;
	}

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

blockquote
	{
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		font-size: 1.2em;
		text-align:center;
		color:red;
	}


strong	{
		
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		font-size: 1.2em;
		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-decoration: none;
		font-size: 1.2em;
		
	}

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

a:hover 
	{
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		color: red;
		font-size: 1.2em;
		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;