* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
} 
body {
	margin: 0px;
	font-size: 12px;
	background-image: url(../img/blo_img.jpg);
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right 20px;
}

h1{
	font-weight: bold;
	color: #CC0033;
	font-size: 16px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #669900;
	margin-top: 10px;
}

h3{
	font-size: 10px;
	text-align: left;
	padding: 0px;
	color: #669900;
	line-height: 115%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
}

h4{
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 15px;
}

p{
	font-size: 12px;
	line-height: 150%;
	margin: 10px;
	padding: 0px;
	color: #666666;
}

a{
	color: #1A51B7;
	text-decoration: underline;
}

a:hover{
	color: #1A51B7;
	text-decoration: none;
}

li{
	font-size: 12px;
}

ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #666666;
}

hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

div{
	border: 1px solid #999999;
	padding: 5px;
	background-color: #E6E6E6;
	color: #333333;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
