/*
DCTT red:  rgb(229,27,36)
*/

body {
margin: 20px;
font-family: "Trebuchet MS";
font-size: 12px;
background-image:url(bg.jpg);
background-repeat:repeat-y;
}

.outTable {
border:7px solid rgb(229,27,36);
}

a:link {text-decoration: underline; color:rgb(229,27,36);}
a:visited {text-decoration: underline; color:rgb(229,27,36);}
a:hover {text-decoration: underline; color:#000000;}
a:active {text-decoration: underline; color:rgb(229,27,36);}

.large {
font-size:36px;
font-weight:bold;
line-height:45px;
}


.bu {
font-weight:bold;
text-decoration:underline;
}

.bottom {
position:absolute;
top:0px;
right:1px;
}

.sent {
padding: 10px;
background-color: rgb(229,27,36);
border:1px solid black;
color: #FFFFFF;
font-size:14px;
font-weight:bold;
width:75%;
}