/*Base*/
a:link		{text-decoration:none;}
a:active		{text-decoration:none;}
a:visited	{text-decoration:none;}
a:hover		{text-decoration:underline;}
img			{border:0px;}

/*Layout*/
.menuitem	{vertical-align: middle;
				margin:30px,0px;}
body			{text-align:center;}
#content		{width:500px;}
#footer		{width:700px;
				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;}