/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2D3235;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Font Sizes */

.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size: 16px;}
.twenty {font-size: 20px;}
.twentyfive {font-size: 25px;}

/* Font Colours */

.blue {color: #6AB8E9;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

.link {color: #C0C1C2; text-decoration: none;}
.link:hover {color: #6AB8E9;}
.underline {
	text-decoration: underline;
}

