.page {
left:0px;
top:0px;
width:557px;
background-image:url('background.png');
background-repeat:repeat-y;
}

.content {
text-align:justify;
padding:7px;
color:black;
width:557px;
}

.navbar {
font-size:8pt;
text-align:center;
}

a:link, a:visited {
text-decoration:none;
color:#9f248f;
}

a:active, a:hover {
text-decoration:none;
font-style: italic;
color:#7e2880;
}

body {
background-color:#f29cb0;
color:white;
font-family:Arial;
font-size:9pt;
background-image:url('background.png');
background-position:center center;
background-repeat:repeat-y;
width:557px;
margin:auto;
}

h1 {
font-family:Times New Roman;
font-size:16pt;
text-align: right;
color:black;
font-weight: bold;
border-bottom:black 1px solid;
}

h2 {
font-family:verdana;
font-size: 13pt;
color: #905ca6;
width:100%;
border-bottom:#905ca6 1px dotted;
text-align:right;
}

blockquote {
background-color:#eebff2;
color:black;
padding-left:2px;
padding-right:2px;
text-align:left;
font-family:Trebuchet MS;
font-size:8pt;
border-width: 1px;
border-style: dashed;
border-color: #000000;
background-repeat: repeat-x;
}

.header {
background-image:url('banner.png');
height:300px;
width:600px;
}

input {
color:black;
background-color:#eebff2;
border:1px black dotted;
}

.disclaim {
font-size:8pt;
font-style:italic;
text-align:center;
color:black;
}