/* CSS Document */

body {
	color:#4e4e4e; /* Dark Grey */
}

a {
	color:#2369a5;
	text-decoration:underline; /* Blue */
}

a:hover {
	color:#cc2c46;
	text-decoration:none; /* Red */
}

h1 {
	color:#cc2c46; /* Red */
}

h2 {
	color:#206096; /* Blue */
}

h3 {
	color:#2369a5; /* Blue */
}

h4 {
	color:#323232; /* Darker Grey */
}

h5 {
	color:#4e4e4e; /* Dark Grey */
}

h6 {
	color:#4f93cc; /* Lighter Blue */
}
