body { 
background-color : #000000; 
margin : auto; 
} 
img { 
border : 0px; 
} 
li { 
list-style-image : url(layout/bullet.gif); 
} 
a:link { 
color : #c36787; 
text-decoration : none; 
} 
a:visited { 
color : #c36787; 
text-decoration : none; 
} 
a:hover { 
color : #e8c7cf; 
text-decoration : none; 
background-image: url(layout/glitter.gif); 
} 
.links a:link, .links a:visited, .links a:active { 
color : #cd95a0; 
text-decoration : none; 
display : block; 
width : 180px; 
background-color : #333333; 
border-bottom : 3px solid #c36787; 
font-size: 11px; 
margin-left : 5px; 
padding-left : 10px; 
text-transform : uppercase; 
} 
.links a:hover { 
color : #ffffff; 
text-decoration : none; 
display : block; 
width : 170px; 
background-color: #666666; 
border-bottom : 3px solid #ffffff; 
margin-left : 5px; 
padding-left : 20px; 
text-transform : uppercase; 
background-image: none; 
} 
h1 { 
font-family : Arial, Tahoma; 
font-size: 12px; 
font-weight : bold; 
color : #e8c7cf; 
border-bottom : 3px solid #c36787; 
background-color : #333333; 
text-align : left; 
padding-left : 5px; 
line-height : 14px; 
margin-left : 5px; 
} 
h1:first-letter	{
font-family : Times New Roman, Serif; 
font-size : 20px; 
color : #c36787; 
font-style: italic;
}
p, li, body { 
font-family : Arial, Tahoma; 
font-size: 12px; 
color : #e8c7cf; 
padding : 5px; 
} 
small { 
font-family : Arial, Sans-Serif; 
font-size : 7px; 
} 
input, textarea { 
font-family : Arial, Sans-Serif; 
font-size : 10px; 
color : #c36787; 
background-color : #333333; 
border-bottom : 3px solid #c36787; 
border-top : 0 solid #c36787; 
border-left : 0 solid #c36787; 
border-right : 0 solid #c36787; 
}
th	{
color : #c36787; 
}

/* control row colours in admin */
.literow {
background: #333333;
}
.darkrow {
background: #000000;
}
