﻿@charset "utf-8";
/* CSS Document */
@import url(/css/reset.css);

a:link {color: blue;}
a:visited {color: blue;}
a:focus {color: red;}
a:hover {color: red;}
a:active {color: red;}

body {
	background: white;
	color: black;
	font: normal normal 0.8125em 'Marianne Regular',Arial,Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
