A {
	text-decoration: none;	
	color:#eeeeee;
}

A:hover {
	text-decoration: none;
	color:#ffffff;
}

#topbar {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	background-color: #000000;
	text-align: right;
	font-family: Courier New; 
	font-size: 11px; 
	color: #555555;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
}

#textbody {
        font-family: Courier New; 
	font-size: 11px; 
	color: #555555;
}

td, tr {
        font-family: Courier New; 
        font-size: 11px; 
	color: #555555;
}

#mydiv {
	position:absolute;
	top: 70px;
	left: 50%;        
	border: 1px solid #000000;
	background-color: #000000;							
}

#archive {
        position:absolute;
        top: 70px;
        left: 50%;
	border: 1px solid #000000;
	background-color: #000000;	
        width:1250px;
        margin-left:-600px						
}

#caption {				
	text-align:right;
	font-family: Courier New; 
	font-size: 11px; 		
	color: #999999;				
	padding-top: 10px;
}

#caption2 {				
	text-align:left;
	font-family: Courier New; 
	font-size: 11px; 		
	color: #999999;	
        width:100%;				
}


input, textarea, .text, select
{
	background-color:black;
	border-top:1px solid #414141;
	border-bottom: 1px solid #414141;
	border-left: 1px solid #414141;
	border-right: 1px solid #414141;
	color: white;
	margin-top: 5px;
        font-family: Courier New; 
	font-size: 11px;
}

input.drawingbox 
{
        background-color:white;
	border-top:1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;        
}


ul 
{
        margin:0px; 
        padding:0px;
}

body
{
        background-color: black;
}

li 
{
        list-style-type: none; 
        padding: 10px 0px 10px 0px; 
        border-bottom: 1px solid #ccc;
}

.box 
{
        padding: 1px;
	background: #000000;
	border: 1px solid #555555;	
}

img 
{
        border: 0px;
}

img.me
{
    float: left; 
    margin-right: 24px;
    margin-bottom: 14px;
}



#tagcloud {   
    position: relative;         
    left: 50%;
    width: 500px;
    background:#000000;
    padding: 10px;
    border: 0px solid #555555;
    text-align:center;    
    margin-bottom:40px;
    margin-left:-260px;
    font-family: Courier New;
    font-size: 14px; 
}

#tagcloud a:link, #tagcloud a:visited {
    text-decoration:none;
}

#tagcloud a:hover, #tagcloud a:active {
    color: #ffffff;
}

#tagcloud span {
    padding: 4px;
}

#amenu {
    width: 800px;
    background-color: #000000;
    text-align: right;
    font-family: Courier New; 
    font-size: 11px; 
    color: #555555;
}

#amenu span:hover, #amenu span:active {
    color: #ffffff;
    cursor: pointer;
}

.smallest {
    font-size: 11px;
}

.small {
    font-size: 16px;
}

.medium {
    font-size: 21px;
}

.large {
    font-size: 26px;
}

.largest {
    font-size: 31px;
}













