@charset "utf-8";
/* CSS Document */

h2 a:link
h2 a:visited{
	color:#FFFFFF;
}

h2 a:hover, 
h2 a:active{
	text-decoration: none;
}

/*
#main ul li{
	margin-left:30px;
	list-style:disc outside; 
}
*/

#main ol li{
	margin-left:30px;
	list-style:decimal outside; 
	margin-bottom:10px;
}


