﻿@charset "utf-8";
/* CSS Document */
body	{
	text-indent:10px;
}

h4	{
	text-align:center;
	background-color:#FFF;
	color:#003;
}
p	{
	text-align:center;
	background-color:#333;
	color:#FFF;
}

a:hover {
	text-decoration:underline;
}
a	{
	text-decoration:none;
	color:#FFF;
}

div.menu	{
	border: 1px solid #FFF;
	color: white;
	text-decoration:none;
	background-color:transparent;
	width: 12em;
	display:block;
	float:right;
}
/*div.menu:hover a	{
	display: block;
}*/
div.menu a	{
	/* border: 1px solid #225599; */
	/* background-color:black; */
	/* border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff; */
	width: 9em;
	
	color:white;
}
div.menu a:hover	{
	background-color:#000033;
	text-decoration:underline;
}