body {
	text-align: center;	
	color: #0030C0;
}

a{
	color: #0030C0;
}

a:hover{
	text-decoration: none;
}

.container{
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

.center{
	text-align: center;
}

ul,ol{
	margin-top: 0px;
}

ol.alphabetic{
	list-style-type: upper-latin;
	list-style-type: -moz-upper-cyrillic-bg;
	/*
	list-style: none;
	*/
}

ol.decimal{
	list-style-type: decimal;
}

p{
	margin-bottom: 0px;
}