/* 
	version: 1.0
	last update: 

*/
body { margin: 0; padding: 0; 
	color: #666; position: relative;  
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #fff;
}

* html body {
	font-size: x-small; /* IE5/win */
	font-size: small; /* all other IE versions */
}

/* generic styles */
a { text-decoration:none; color: #41267B; }
a:hover { text-decoration: underline; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; color: #990134;}
img { border: none; }

/* content style */
.nav {
text-align: right;
width: 450px;
}

