p {
    font-family: "Verdana";
}

#body{ background-color: Cyan;
}

#head {	background-color: White;
width: 99%;
text-align: center;
background: rgba(255, 255, 255, .8);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
padding: 2px;
}

#leftcolumn { float: none;
text-align: center;
background-color: White;
background: rgba(255, 255, 255, .8);
width: 100%;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
padding: 2px;
} 
#leftcolumn a {text-decoration: none; 
font-weight: bold;
}
#leftcolumn a:link { color: Black;
}
#leftcolumn a:visited { color: Blue;
}
#leftcolumn a:hover { color: Red;
}

#rightcolumn { float: none;
text-align: center;
background-color: White;
background: rgba(255, 255, 255, .8);
width: 100%;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
padding: 2px;
} 

#center {
background-color: White;
background: rgba(255, 255, 255, .8);
width: 100%;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
padding: 2px;
}

#wrapper { display: none;
}