@CHARSET "UTF-8";
<style type="text/css">

* {
    margin: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    color: rgb(0, 0, 0);
    background-image: url(../images/Image3.gif); 
    background-color: rgb(255, 255, 255);
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

.footer,.push {
    height:4em;
    size:-1;
    text-align:center;
    font-weight:bold;
}

.mod_time {
    height:4em;
    font-size:75%;
    font-family:"Times New Roman";
    font-style:italic;
    text-align:center;
    font-weight:bold;
}

.tnr_small {
    height:4em;
    font-size:60%;
    font-family:"Times New Roman";
    text-align:center;
    color:black;
    font-style:italic;
}

.brush {
    font-family:"Brush Script MT";
    color:black;
    font-size:150%;
    text-align:center;
}

.brush_small {
    font-family:"Brush Script MT";
    color:black;
    font-size:100%;
    text-align:center;
}

.brush_bold {
    font-family:"Brush Script MT";
    color:black;
    font-size:200%;
    text-align:center;
    font-weight:bold;
}

.cgb {
    font-family:"Copperplate Gothic Bold";
    color:#ff00ff;
    font-weight:bold;
    font-size:120%;
    text-align:center;
}

#teal {
    color:#008080
}

#brown {
    color:#993300
}

#blue {
	color:rgb(51, 51, 255)
}

#red {
	color:#ff0000
}
