@charset "UTF-8";
/* CSS Document */
/* unvisited link */
a:link {
    color: #3D3D5C;
}

/* visited link */
a:visited {
    color: #3D3D5C;
}

/* mouse over link */
a:hover {
    color: #FF0000;
	text-decoration: underline;
}

/* selected link */
a:active {
    color: #0000FF;
}

a.backend:link{
    color: #83838E;
}
a.backend:visited{
    color: #83838E;
}
a.backend:hover {
    color: #FF0000;
}


#header{
		padding: 0 0 0 0;
		background-color: #ccc;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1.5px solid red;

	
}

#footer{
		color: white;
}
p.footer {
    font-size: 0.9em;
}
inline-list right:link {
    color: #FFF;
	    text-decoration: underline;
} 