﻿@charset "utf-8";
/* CSS Document */

body{
margin:0px;
background:#141f40;
}

.heading{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
	text-transform: capitalize;
	word-spacing: 1px;
}

.bodytext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #000033;
}

a{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

a.navigation {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
