/*Base*/
a:link		{text-decoration:none;}
a:active		{text-decoration:none;}
a:visited	{text-decoration:none;}
a:hover		{text-decoration:underline;}
img			{border:0px;
				margin:5px;}

/*Layout*/
#content		{width:742px;
				text-align:left;}
#footer		{text-align: center;
				font-size: smaller;}
				
/*Color Scheme*/
body			{background-color:#fff;
				color:#059;
				font-family: Arial, Helvetica, sans-serif;}
#main			{background: #fff;}
#menu			{background:#fff;}
#footer		{background:#fff;}
