
body { 
	font-size: 100%; 
	font-family: verdana, arial, helvetica; 
}

p { 
	font-size: 85%; 
	font-family: verdana, arial, helvetica; 
}

h1 {
	font-size: 115%; 
	color:#D55629; 
	font-weight: 600; 
}
h2 { 
	font-size: 100%; 
	color:#D55629; 
	font-weight: 600; 
}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	border: none;
}

#logo {
	border-bottom: 1px solid #ccc;
	width: 600px;
	font-size: 115%;
}

#logo a {
	text-decoration: none;
	color: blue;
}

#main ul  {
\\	width: 300px;
	margin: 10px;
	padding: 20px;
	float: none;
	list-style-type: square;
}

#main li {
	margin-bottom: 10px;
}



#main {
	width: 600px;
\\	border: 1px dashed #ccc;
}

#warning { 
	background: #FFFF00;
	font-weight: bold;
}

	



