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

body{
	height: 100%;
    margin: 0;
	text-align:left;
    padding: 0;
    background-color: #FFFFFF;
	overflow-y:auto;
}
a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #C1312E;
	text-decoration: none;
}

