body { margin: 0;
       font-family: Times New Roman, arial, Georgia, helvetica;
}
#wrapper { 	background-color: #ffffff; 
			color : #ffffff;
			width:1200px;
}
#leftcolumn { 	float: left; 
				background-color: #ccffff;
				color:#3333ff;				
				border-color: #ffffff;
				border-style: solid;
				width: 160px; 
				height: 600px;
 
}
#leftcolumn ul {list-style-type: none
}
#rightcolumn {  float: left; 
				background-color: #ccffff;
				color:#3333ff;	
			   	border-color: #ffffff;
				border-style: solid;
				width:160px;
				height: 600px;
}
#rightcolumn ul {list-style-type: none
}
#middlecolumn { float: left;
				width:850px;
			    background-color: #ffffff;
				border-color: #ffffff;
				border-style: solid;
}
.content {  font-size:1.5em;
			color: #000000;

}
.footer { 	background-color: #3333FF;
			color: #CCFFFF; 	
			clear:left;
			font-weight: bold;
			font-style: italic;
			font-size: x-small;
			
}		   
.nav {font-size: large;
}
.fistname { font-size:1.75em;
}		   
.header { 	background-color: #3333FF;
			color: #CCFFFF; 
			height: 80px;
			border-bottom: 1px solid #000000;
}
.header3 { color: #3333ff;
}
			
#msfuller {float: left;
		  left:1000px;
  		  top:0px; 
}
a: link { color: #ff0000;
}
a: focus { color: #ffff00;
}
a: hover {color: #0000ff;
}

#button a { border: 2px inset #DAA520; 
			padding: 5px 5px;
			color: #CCFFFF; 
			background-color:  #3333FF; 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 1em; 
			font-weight: bold; 
			text-align: center; 
			text-decoration:none;
} 

#button a:link { color: #CCFFFF; 
}
#button a:visited { color: #00FFFF; 
}
#button a:focus  { 	color: #FFFFFF; 
					background-color: 
					#DAA520; border:
					2px outset #000000;
}
#button a:hover {   color: #DAA520; 
					border:2px outset #cccccc;
} 
#button a:active  { color: #000000; 
					border:2px outset #000000;
}
.accb {font-size: small;
}