/* Default CSS Stylesheet for a new Web Application project */

a { text-decoration: none; color: #3333cc; }

.menu { width:17%; float:left; }
.cent { margin-left: auto; margin-right: auto; }

.content { width:64%; padding-left:1em; float:left; }
.contentfull { width:80%; padding-left:1em; float:left;; }
.contentright { width:15%; padding-left:1em; float:right; }

h3 { display:inline; color:green; padding-right:1em;}

.contentpieces { float:left; padding-left:3em; }

.over { position:fixed; top:35%; border: solid red 1px; left:30%; padding:2em; background:#CCFFFF;}