@charset "utf-8";
/* CSS Document for sober in the sun*/

.lightblue{ Color: #6897C9; }
.redorange{ Color: #E94329; }
.purple{ Color: #421D77; }
.orange{ Color: #EC7035; }
.brown{ Color: #74522A; }
.yellow{ Color: #EFD933; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #1F0E38;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

}


a:link {
	color: #421D77;
	text-decoration: underline;	
}

a:hover {
	color: #FFD3D0;
	background-color: #421D77;
	text-decoration: underline;
}

a:visited {
	color: #421D77;
	text-decoration: underline;	
}
a:visited:hover {
	color: #FFD3D0;
	background-color: #421D77;
	text-decoration: underline;
}
div.footer {
	font-size: 12px;
	color: #C4D9F1;
	font-style: italic;
}
div.footer a{
	color: #C4D9F1;
	text-decoration: underline;
	}

div.footer a:link{
	color: #C4D9F1;
	text-decoration: underline;
	}

span.footer {
	font-size: 12px;
	color: #C4D9F1;
	font-style: italic;
}

span.footer a{
	color: #C4D9F1;
	text-decoration: underline;
	}
	
span.footer a:link{
	color: #C4D9F1;
	text-decoration: underline;
	}
h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	color: #FFFFFF;
}

.headings {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}