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

a:link {
    color : #E5C2EA;
    text-decoration : none;
    font-weight : 400;
    font-family : arial;
}

a:visited {
    color : #E5C2EA;
    text-decoration : none;
    font-weight : 400;
    font-family : arial;
}

a:hover {
    color : #83667C;
    text-decoration : none;
    font-weight : 400;
    font-family : arial;
}

#b{
	font-family : arial;
	text-decoration : none;
	font-weight : 400;
	color : #C4A0A0;
}
    
h1 {
    font-size: 100%;
	color: #C5BEC6;
    border-bottom: 1px dotted #C5BEC6;
    text-align : left;
    font-family : "Times New Roman";
    font-style : italic;
    }

#header{
	position : relative;
  	background-image: url(/images/header.jpg);
	width : 640px;
	height : 400px;
}

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

#main{
	position : relative;
	width : 580px;
    padding : 30px;
    background-color : #000000;
    }

#outside_frame{
	background-color : #000000;
	margin: 0 auto;
    width : 100%;
	border : 0;
	padding : 0;
}

INPUT {
    background-color : black;
    border-color : #C9BCC3;
    border : dotted;
    }

SELECT {
    background-color : black;
    border-color : #C9BCC3;
    border : dotted;
    }

TEXTAREA {
    background-color : black;
    border-color : #C9BCC3;
    border : dotted;
    }
