@charset "UTF-8";
/* CSS Document */

body{
	background-color: #63318a;
	text-align: center;
	color:#FFF;
}
h1{
	text-align: center;
	color:#f7931e;
}

h2{
	text-align: center;
}

a:link {
	text-decoration: none;
    color: #FFF;
}

/* visited link */
a:visited {
    color: #FFF;
}

/* mouse over link */
a:hover {
    color:#f7931e;
}

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