@charset "UTF-8";
/* CSS Document */

body {
	background: assets/images/bckgrnd.jpg;
	font-family: Arial,sans-serif;
	font-size: 12px;
}

.title {
	font-size: 18px;
	font-weight: bold;
}

.smallText {
	font-size: 10px;
}


a:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}

a:active {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}