@import url('style-design.css');

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html, body {
    height: 100%; 
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #c6c6c6 url('/design/images/background.jpg');
	text-align: left;
}

a {
	color: #217fff;
	text-decoration: none;
}

a:hover {
	color: #217fff;
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	font-weight:bold;
	font-family: Verdana, Arial, Sans-Serif;
}

h2 {
	font-size: 13px;
	font-weight:bold;
	font-family: Verdana, Arial, Sans-Serif;
}





