﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Times New Roman, Georgia, Serif;
	font-size: 15px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 28px;
	font-weight: normal;
}

h2 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 14px;
}

h6 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	line-height: 21px;
	margin-bottom: 20px;
}

span.Superscript {
	font-size: 9px;
	vertical-align: top;
}
	