* {
	margin : 0;
	padding : 0;
	font-family: arial;
	color: white;
	font-size: 10pt;
	text-align: left;
	font-weight: 400;
}


A:link {
    color : #F80293;
    font-weight : 400;
    letter-spacing : 3px;
    text-decoration : none;
    font-family : arial;
}

A:visited {
    color : #F80293;
    font-weight : 400;
    letter-spacing : 3px;
    text-decoration : none;
    font-family : arial;
}

A:hover {
    color : #F80293;
    font-weight : 400;
    font-family : arial;
    letter-spacing : 3px;
    text-decoration : none;
    background-color : #FFFFFF;
}


#b{
	font-family : arial;
	text-decoration : none;
	font-weight : 400;
	color : #EA016A;
}

h1 {
    font-size: 140%;
    color: #EA016A;
    font-weight: 400;
    text-align : center;
    font-family: "Time New Roman";
    }

    #header{
	position : relative;
        margin: 0;
	padding : 0;
	border : none;
        border-top : 2px solid #000000;
        border-right : 2px solid #000000;
        border-bottom:  2px solid #000000;
	width : 524px;
	height : 600px;
        padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#links{
    cursor : pointer;
    cursor : auto;
}


#main{
    position : relative;
    width : 500px;
    height: 600px;
    text-align: left;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top : 2px solid #000000;
    border-left : 2px solid #000000;
    border-bottom:  2px solid #000000;
    background-color : #292929;
    }

   #main2{
    position : relative;
    width : 450px;
    height: 560px;
    text-align: left;
    padding: 0px;
    margin-left: 40px;
    background-color : #292929;
    overflow: auto;
    }

#body {
    text-align: left;
}

#container {
    margin: 0 auto;
    width: 800px;
}

#outside_frame{
   	background-color : #292929;
	text-align: center;
	margin: 0 auto;
        width : 100%;
	border : 0px;
	padding : 0;
}

TEXTAREA {
    background-color : #2B2B2B;
    border-color : #35693B;
    border : solid;
    }

INPUT {
    background-color : #2B2B2B;
    border-color : #35693B;
    border : solid;
    }

SELECT {
    background-color : #2B2B2B;
    border-color : #35693B;
    border : solid;
    }
