﻿body {
}

a
{
    font-size :15px;
	font-family:"Raleway-Bold";
	text-decoration: none;
	font-weight:300;
	font-style: normal;
}

a:hover
{
    font-style:oblique;
    color:red;
    font-weight: bold;
}