﻿@charset "UTF-8";
/* CSS Document */
html {
	font-family: 'PT Sans', sans-serif;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 100%;
	letter-spacing:0.5px;
	line-height:1.3em;
}
a:link { color: #000; text-decoration: none }
a:visited { color: #000; text-decoration: none }
a:hover { color: red; text-decoration: none}