﻿body 
{
    text-align: center;
    font-family: arial;
    color: rgb(0,70,127);
}

p.title
{
    font-weight: bold;
    font-size: large;
    color:rgb(0,70,127);
}

p.success
{
    color: green;
}

p.fail
{
    color: rgb(165,42,42);
}

p.contact
{
    color: rgb(165,42,42);
    font-size: small;
}

p.copyright
{
    font-size: x-small;
}

table
{
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;	
}

tr.header
{
    background-color:rgb(0,142,179);
	color:white;
	text-align: center;
	font-weight: bolder;
}

td
{
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	font-size:small;
	text-align: left;
}

td.center
{
   text-align: center;
}
