﻿* {
	margin: 0;
	padding: 0;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
text-align: left;
color: #fff;
margin: 0;
padding: 20px;
width: 515px;
height: 470px;
}
a {
text-decoration: none;
color: #FF9600;
font-weight: 600;
}
a:hover {
color: #000;
font-weight: 600;
}

h1 {
line-lenght: 28px;
background: #FFF
margin-top: 6px;
font-size: 18px;
font-weight: bold;
color: #00031E;
text-align: center;
}
