         html {
            background-color: #6af;
            color: #ccc;
         }
	 body {
            background: #123 url("images/border.png") repeat-y;
            width: 70%;
            margin:0 auto;
            padding-left: 1em;
	 }
	 #content {
            background: #123 url("images/border2.png") repeat-y right;
            padding-right: 1em;
	    padding-bottom: 1em;
	 }
         a:link, a:visited {
            color: #ccc;
         }
	 a:link.floating, a:visited.floating {
	 	color: #000;
	 }
         img {
            border-width: 0px;
            margin: 0px;
         }
         
         /* HEADER */
         h1 {
            display: block;
            text-align: center;
            margin: 0px;
         }
         
         /* MENU */
         #menu {
            text-align: center;
            margin-bottom: 1em;
	    padding: 0px;
         }
         #menu li {
            display: inline;
         }
	 #menu a {
	    text-decoration: none;
            margin-right: 5px;
            margin-left: 0px;
            border-width: 2px;
            border-style: outset;
	    padding: 5px;
	    -moz-border-radius: 20px;
	    -webkit-border-radius: 20px;
	    border-radius: 20px;
	 }
	 #menu li a:hover, #menu .current a {
	 	border-color: red;
	 }
         
         /* hFeed + hCalendar + hCards */
         .hfeed .h2,.vcalendar .h2 {
            text-align: center;
            font-size: 16pt;
            margin-top: 5px;
	    margin-bottom: 1em;
            border-bottom: 1px dotted #ccc;
         }
         .hfeed ul,.vcalendar ul, .hcard {
            list-style-type: none;
            display: block;
            margin: 0px;
	    padding: 0px;
         }
         .hfeed li,.vcalendar li {
            list-style-type: none;
            display: block;
            text-align: center;
            border-bottom: 1px dotted #ccc;
	    margin-bottom: 1em;
	    padding-bottom: 1em;
         }
	 .hfeed .entry-content, .vcalendar .description {
	 	text-align: left;
	 }
         .hfeed li h3,.vcalendar li h3 {
            margin: 0px;
         }

         .hcard li {
            float: left;
            padding: 5px;
            margin-right: 2em;
            margin-bottom: 2em;
         }

