body 		{font-family: "Times Roman", "Times New Roman", serif; font-size: 14pt;}
/* .wrapper    {max-width:600px;} */
.heading	{text-align: center; color: #000080; margin: 0;}
.heading h1 {margin: 0;	font-weight: bold; font-size: 6em;}
.slogan 	{font-style: italic;}
.heading p  {font-weight: bold; margin: 0; font-size: .9em;}
.welcome    {text-align: center; color: #000080; margin: 0;font-size: 2.5em;color:red;}
.choices    {text-align: center;}
.button     { background-color: #0000ee; color: white;
				font-weight: bold; padding: 25px 25px; font-size: 2.5em;
				border: 1px solid black; position: relative; display: inline; margin: 15px;}
.button a  {text-decoration: none; color: white; 
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #ffffff; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}