﻿@charset "UTF-8";
body {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 13px;
	color:#ffffff;
	background-color:#153c72;
	margin : auto; 
	padding: auto; 
	top: 0;
}
#global
{
	width: 100%; 
}

#left_cell
{
	margin-top : 10%; 
	margin-left : 10%; 
	width : 60%; 
	height: 33%; 
	float:left;
}
#right_cell
{ 
	margin-top : 20%; 
	width : 30%; 
	height: 33%; 
	float:left;
}

h1
{
	font-size: 46px;
	font-style: italic; 
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 14px;
	text-decoration : none; 
}
.link
{
	
	text-decoration : none; 
	color:#ffffff;	
}




