﻿body
{
    font-size: .9em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #ffffff;
    background-image: url('/images/background.png');
    background-repeat: repeat-x;
    background-color: #000000;
    margin: 0;
}

header, footer, nav, section
{
    display: block;
}

div
{
    overflow: hidden;
}

img
{
    border: none;
}

.Button
{
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 40px;
    border-radius: 20px;
    cursor: pointer;
    width: 130px;
    height: 30px;
    padding: 5px 20px 0 20px;
    color: #12c0e9;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

a:link
{
	color: #fde700;
	text-decoration: none;
}
a:visited 
{
	color: #fde700;
	text-decoration: none;
}
a:hover
{
	color: #fde700;
	text-decoration: underline;
}
a:active
{
	color: #fde700;
	text-decoration: underline;
}