﻿body 
	{
	margin: 0px
	}

/* Link styles */
a:link {color:#0000FF;text-decoration:underline;}
a:visited {color:#0000FF;text-decoration:underline;}
a:hover {color:#FF0000;text-decoration:underline;}
a:active {color:#0000FF;}


/* Layout */

body
	{
	font-family: 'Segoe UI', 'MS Reference Sans Serif', Sans-Serif;
    text-align: center;
   
	margin:0 auto;	
	width: 800px;

	}
	
.main
{
	text-align: center;
	background-color: #e6eff7;
	width: 800px;
	margin: 0 auto;
}
	
.callout
	{
	text-align: center;
	width:500px;
	margin:0 auto;	
	}
			
.content    
	{
	text-align: center;
	width:750px;
	margin:0 auto;	
	}

.box
	{
	text-align: center;
	width:700px;
	margin:0 auto;	
	}
.fix
	{
	margin:0 auto;	
	}
	
h1
{
	font-weight:normal
}

h2
{
	font-weight:normal
}

.footer
{
	font-size: smaller; 
	text-align: center;
}
	
.logo
{
	font-weight: normal;
	font-size: 86px;
	font-family: 'Freestyle Script';
}