body 
	{
 		margin:10px;
 		background:#cccccc;
 		color: black;
 		text-align:center;
 		padding:0;
 		font-family: "Times New Roman", times, serif Arial, Palatino;
 	}
 	
 	#main	{
 	
margin-left:auto;
margin-right:auto;
width:800px;
height:100%;
min-height: 600px;
 	}

#col 	{
		float:left;
 		margin-top:15px;
 		width:774px;
 		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;
	}	
	
#full	{
		float:left;
 		margin-top:15px;
 		width:774px;
 		text-align:center;
 		margin-bottom:20px;
	}	

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.3em;
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		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:left;
		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;
	}
	
	a.smaller:link
	{ 
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		color: blue;
		text-decoration: none;
		font-size:.8em;
		
	}

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



a.smaller:hover 
	{
		font-family: Arial, Palatino, "Times New Roman", times, serif;
		color: blue;
		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;