html {
 background:#003;
 color:#FF6;
/*font-size:110%;*/
 font-family: Georgia, serif;
 }

#menu {
 float:right;
 width:150px;
 background:#000;
 padding:5px;
 }

#content {
 float:left;
 width:80%;
 }

#header, #head {
 width:100%;
 text-align:center;
 clear:both;
 }

#footer {
 width:100%;
 clear:both;
 font-size:60%;
 }

.clearer {
 width:100%;
 clear:both;
 }

img {
 background:#FF6; /* most fieldless images will be dark */
 margin:1px;
 }

h1, h2, h3 {
 color:#FF3;
 }

#menu p {
 color:#FF9;
 }

a:link {color: #99F}     /* unvisited link */
a:visited {color: #F9F}  /* visited link */
a:hover {color: #F99}   /* mouse over link */
a:active {color: #F99}   /* selected link */

.ciaran {
 color:#C0C0C0;
 }