* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y:scroll;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

#main {
	width: 580px;
	margin: 15px auto 25px;
}

#head {
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;
}

h1 {
	margin-bottom: 15px;
	color:#9A9A9A;
	font-size:20px;
	font-weight:bold;	
}

h2 {
	margin-bottom: 15px;
	color:#9A9A9A;
	font-size:13px;
	font-weight:bold;	
}

strong {
	color:#9A9A9A;
}

.linkrow {
	background: #41729E;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 0 10px;
}

.top {
	text-align: right;
}

.linkrow a {
	color: #ffffff;
	text-decoration: none;
}

.linkrow a:hover,
.linkrow a:focus {
	color: #ffffff;
	text-decoration: underline;
}
