﻿body 
{
    background-color:#3d4242;
    color:White;
    font-family:Bradley Hand ITC;
}
a
{
    color:White; 
    text-decoration:none;   
}
a:hover
{
    text-decoration:underline;
}




.style_input
{
    height: 22px;
    width: 200px;
    color: #262828;
    font-family:Bradley Hand ITC;
}
.style_TextArea
{
    width: 200px;
    color: #262828;
    font-family:Bradley Hand ITC;
}
.style_title
{
    font-weight:bold;
}
.style_button
{
    background-color: #3d4242;
    color: White;
    font-family:Bradley Hand ITC;
    border-color:White;
    border-style: ridge;
}

.style_centre	
	{
		text-align: center;
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		height: 1px;
		overflow: visible;
		visibility: visible;
		display: block;
	}
