TABLE
{
font-family:Arial;
font-size:11px;
}

body
{
background-color:#FDF7E3;
}

p
{
font-family:Arial;
font-size:11px;
}

h1
{
font-family:Arial;
font-size:18px;
}

h2
{
font-family:Arial;
font-size:12px;
}

input {
background : #FFFFFF;
color: #000000;
border: solid 1px #000000;
font-size: 12px;
}

textarea {
background : #FFFFFF;
color: #000000;
border: solid 1px #000000;
font-family:Arial;
font-size: 12px;
}

#phpmenu {
        position:fixed;
        top:0px; left:0px; right:0px;
        }


* html #phpmenu {
        margin:0;
        }
* html #content_container 
{
	padding:0.5em;
        height:100%;
       overflow:auto;
}

a img { border : 0 none }
a:link {color:black; text-decoration:none}
a:visited {color:black; text-decoration:none}
a:active {color:black; text-decoration:none}
a:hover {color:black; text-decoration:underline}
