﻿*
{
	margin: 0;
	padding: 0;
	border: none 0px black;
}

a, a:link, a:visited
{
    color: #3FC71F;
    font-weight: normal;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    padding: 5px 0px 5px 0px;
    font-size: 20px;
}

h2
{
    font-size: 16px;
}

h3
{
    font-size: 12px;
}

p
{
    margin: 5px 0px 5px 0px;
    width: 100%;
    text-align: justify;
}

select, input
{
	font-size: 10px;
}

body
{    
    position: relative; 
    min-height: 100%; 
    margin-top: -5px;
    margin-bottom: -5px;
    background-color:#3fc71f;
    background:#3fc71f url('/images/paks-animatedlogo.gif') repeat fixed;     
    text-align: center;
    font-size: 11px;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    color: #606263;
}

.textwhite
{
    color: White;
}

