body
{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	font-family: Tahoma, "Trebuchet MS", Verdana, "VAGRounded Lt", "sans serif";
}

table
{
	table-layout: fixed;
	width:100%;
}

h1
{
	color:blue;
}

p
{
	font-size: 10pt;
	font-weight:500;
	padding-right:10%;
}

.button
{
	background:blue;
	color: white;
	font-weight:700;
	padding:1%;
}

.button a:link
{
	color:white;
	text-decoration: none;
}

.button a:hover
{
	color:yellow;
	text-decoration: none;
}

.button a:visited
{
	color:white;
	text-decoration: none;
}

.one
{
	background : #87CEEB;
	width:25%;
	text-align:center;
	font-weight: 700;
	border: medium groove #6495ED;
	color: blue;
	background-image:url(bg2.jpg);
}

.text
{
	font-size:10pt;
	color: white;
	font-weight: 600;
	padding-left: 10%;
	padding-right:10%;
}

.text b
{
	font-size:14pt;
	font-weight:900;
}

.two
{
	background:white;
	padding-left:10%;
	width:75%;
	background-image: url(bg.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

p a:link
{
	text-decoration:none;
}

p a:hover
{
	text-decoration:none;
	font-size:larger;
}

p a:visited
{
	text-decoration:none;
}