/* style.css - a simple style sheet */


body { 
		text-align : justify; 
		background-color: white; 
		width : 700px; 
		margin : 50px auto 50px auto; 
		font-family : sans-serif; 
		font-size : 11pt; 
		padding : 0;
}

h1 { color:#FF9900; font-family:sans-serif; }

h2 { color:#CC9900; font-family:sans-serif; }

h3 { color:#CC0099; font-family:sans-serif; }

h4 { color:#006600; font-family:sans-serif; }

 :link { color: blue; text-decoration:none}
 :visited { color: blue; text-decoration:none}	
a:hover {color:red; text-decoration:none}

table { margin-left:auto; margin-right:auto; font-family:sans-serif; background:white;}			
th { font-family:sans-serif; background:white }

table.cv { margin-left: auto; margin-right: auto; }

