/* CSS Document */

body {
	background-color: #003399;
	background-image:  url(../images/background.gif);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
div#kennel {width: 700px; margin-left: auto; margin-right: auto; position: relative; border: 1px solid #000099;}
div#sentiment {position: absolute; top: 310px; right: 10px; width: 50%; text-align: right; color:#000000; padding: 1px;}
div#information {position: absolute; top: 360px; left: 250px; width: 60%; text-align: left; color:#FFFFFF; padding: 1px;}
div#signature {position: absolute; top: 264px; left: 0; right: 0px; width: 100%;}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #66CCFF;
}
a:hover {
	color: #FFCC66;
}
a:visited {
	color: #66CCFF;
}
a:active {
	color: #66CCFF;
}
.style2 {font-size: 10px}