body {
	background-image: url('../img/bg.jpg');
	background-repeat: repeat;
}
p, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, li { 
	font-family: Helvetica, Arial, sans-serif; 
}
p {
	font-size: 13px;
	color: #275ea4;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul { 
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h2 {
	font-size: 15px;
}
