@charset "utf-8";
/* CSS Document */

/* resets */
body {margin: 0 10px; background-color: #68cef6; font-family: Verdana, Arial, Helvetica, sans-serif; color: #fff;}

/* layout */
#page {min-width: 975px; width: 80%; margin: 40px auto 0 auto;}
#descriptions {margin-top: 50px;}
#descriptions .description {float: left; width: 20%; padding: 10px 5% 0 0;}

/* type */
p {font-size: 0.7em; line-height: 1.4;}
p.notract {line-height: normal;}
h1 {font-size: 1.2em;}
h2 {font-size: 1.1em;}

/* lists */
ul {font-size: 0.7em; list-style-type: none; padding: 0; margin: 0; text-transform: lowercase;}
ul li {margin-bottom: 8px;}

/* links */
a, a:hover, a:visited {color: #fff;}
a:hover {text-decoration: none;}
