@charset "utf-8";
/* CSS Document */


body,html{
	background: url("../images/homebg.jpg") no-repeat center center fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFF;
	font-size: 16px;
}

h3,h4{
	color: #000;
}

h3.yellow{
	color: #FFD800;
}

h4.blue{
	color: #00AFEE;
}

a:link {
	color: #000;
}
a:hover {
	color: #5DA528;
	text-decoration: none;
}

a:visited{
	color: #000;
}

b{
	color: #5DA528;
}

i{
	color: #5DA528;
}