/* CSS Document */

ol,ul
{ list-style :  none; }

html {

text-align : center; }

body {
position : relative;
width : 680px;
margin : 0 auto;
text-align : left; }

div#main {
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	list-style-image: none;
	line-height: 14px;
	margin-top: 30px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	border: thin dashed #FF0000;
}

a:link, a.main:visited {
color : #000000; 
font-weight: bold;
}

a:hover, a.main:active {
color : #000066; 
text-decoration : underline;
}