body
        {
	background-color: #ff2d0f;
        font-family: "courier new", courier, arial, helvetica, verdana;
        color: #000;
        }


label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
} 

input
{
color: #ff2d0f;
background: #111;
border: 1px solid #ff2d0f
}

textarea
{
color: #ff2d0f;
background: #111;
border: 1px solid #ff2d0f
}

.submit input
{
color: #fff;
background: #000;
border: 2px outset #111
} 


fieldset
{
border: 1px solid #111;
width: 20em;
background-color: #000;
}

legend
{
color: #111;
background: #ff2d0f;
border: 1px solid #111;
padding: 2px 6px
} 
                
.nav
        {
        font-size: 12px;        
        position: absolute;
        left: 485px;
        top: 20px;
        width: 150px;
	z-index:1;
        }


p {background-color:#000;}


a {color:#fff;}
a:hover {color: #ff2d0f;}

h1 {background-color:#000;}
h3 {background-color:#000;}

.input
        {
        position:absolute;
	left: 580px;
        bottom: 0%;
	right: 20%;
        width: 100px;
        }

.journal
        {
        position: absolute;
        background-color:#000;
        left: 02px;
        top: 02px;
	line-height:22px;
	padding: 20px;
        width: 540px;
	color:#fff;
        }




.article
    { background-color:#ff002f; }

ul {    list-style: none;
        margin-top: 0;
        text-align: center;
	padding-top: 0;
	line-height: 20px;
}

