body	{
	 background-color: #eeeeee;
	 margin-top: 20px;
	 font-family: arial, helvetica, sans serif;
	 font-size: x-small;
	}
	
p, table	{font-size: x-small;}

.border	{
		 border-bottom: 1px solid black;
		 border-right: 1px solid black;
		}		 
		
h1		{
		 font-size: small;
		 font-weight: bold;
		 }

h2		{
		 font-size: x-small;
		 font-weight: bold;
		 }

#box		{
			 margin-left: 10px;
			 margin-right: 10px;
			 border: 1px solid #808080;
			 float: right;
			 width: 300px;
			 height: 300px;
			 valign: middle;
			 }
			 
.menu		{
			 font-size: xx-small;
			 font-weight: normal;
			 }

label	{width: 220px; 
		 margin-left: 10px;}
		 
a:visited	{color: blue;}

.right		{float: right;
			 margin-right: 10px;
			 margin-left: 10px;}