/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

body {
	margin: 0px 0px 0px 0px;
	color : #77355C;
	background-color : #AA1972;
}	


#main {
	width : 800px;
	margin: auto;
        margin-top : 10px;
}

#header{
	background-color : #FFDDF3;
}

#menu {
        background-color : #FDCCED;
	text-align : left;
	padding-left : 10px;
	padding-top : 1px;
	padding-bottom : 1px;
	font : 14pt/18pt Arial;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
}

#menu a{
	text-decoration : none;
	color : #77355C;
	margin-right : 15px;
	font-style : italic;
}

#menu a.selected {
       font-weight:bold;
}

#menu a:hover {
	text-decoration : none;
	color : #9E497C;
}

#content {
	font : 12pt/18pt Arial;
	background-color : White;
	text-align : justify;
	padding-left : 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	border-top : 1px solid Gray;
        background-color :#FFDDF3;
        font : 8pt/12pt Arial;
	text-align : left;
}

#footer a {
     color : inherit;
     text-decoration : none;
}

#footer a:hover {
     text-decoration : underline;
}

#content h1 {
	font-size : 18pt;
	margin-bottom :10px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-style : italic;
}

.button {
	background-color : #3070AF;
	color : #FFFFF0;
	width : 80px;
}

.button-online {
	background-color : #2FB086;
	color : #FFFFF0;
	width : 80px;
}
.button-offline {
	background-color : #FF6C6C;
	color : #FFFFF0;
	width : 80px;
}

LI {
	list-style-position : inside;
	list-style-type : disc;
}


FFFFF0;
	width : 80px;
}

LI {
	list-style-position : inside;
	list-style-type : disc;
}



