﻿@import 'Styles.css';

body
{background: #FFFFFF;font-family: verdana, arial, sans-serif;color: #000000;}

a:link {text-decoration: none;color: blue;font-weight: bold;}

a:visited {text-decoration: none;color: purple;font-weight: bold;}

a:hover {text-decoration: underline;font-weight: bold;}

a:active {text-decoration: none;color: red;font-weight: bold;}

hr {height: 1px;color: #000000;}

h1, h2, h3, h4 {font-family: verdana, arial, sans-serif;color: #000000;}

#header, #menu, #footer {display: none;}

