/* ms.css Mal Haysom 04/04/2013 */

body 		{
		background: url(../site/ms_bg.gif);
		background-size: 100% 100%; 
		background-color: lightyellow;
		background-attachment:fixed 
		margin: 5px 0px 0px 0px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: darkred;
		}
h2		{
		font-size: 20px
		}
h3		{
		font-size: 16px
		}
p		{
		margin-top: 5;
		text-indent: 3em
		}
table.main	{
	 	width: 780px;
		margin-top: 25px; 
		background-color: #ffffff;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: solid black 1px 
		}
div.content	{
	 	background-color: #ffffff;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: solid white 1px 	 /* this is a Firefox 3.5 fix I don't understand */
		}
table.internal	{
	 	width: 740px;
		background-color: #ffffff;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-top: -10px
		}
td.nnnn		{
		border: none
		}	     
td.link		{
		font-size: 12px;
		border: #505000 solid 1px;
		text-align: center;
		width: 90px
		}
a.menu  	{
		text-decoration: none;
        	font-weight: bold;
		color: darkred
        	}
a.menu:visited 	{
		font-weight: bold;
		color: gray
	       	}
a.menu:hover	{
		color: darkred; 
		font-weight: bold;
		text-decoration: underline
	    	}
a:link 		{
		text-decoration: none;
		color: darkgreen
		}
a:visited 	{
		text-decoration: none;
		color: gray
		}
a:hover		{
		text-decoration: underline
		}
