﻿@charset "UTF-8";

body{
background-image: url("Formica.jpg");
}

#normal{
font: 16pt "times new roman";
text-align: center;
margin: auto;
width: 750px;
background-color: #BFE2F9;
padding: 10px 10px 10px 10px;
border-top: 25px brown solid;
border-right: 7px black double;
border-bottom: 7px black double;
border-left: thin black solid;
}

.pretext{
font-family: arial;
font-size: 8pt;
font-variant: small-caps;
font-weight: bold;
text-align: left;
}

.bold{
font-size:24pt;
font-weight: bolder;
}

.boldS{
font-weight: bolder;
}

.aa{
font-weight:bolder;
text-align:center;
}

.bb{
font-weight:bolder;
text-align:left;
}

.cc{
font-weight:bolder;
text-align:center;
font-style:oblique;
}

.left{
text-align:left;
}

.italic{
font-style:oblique;
}


/*floating box*/
#TopLeft{ 
position : fixed; 
top : 10px; 
left : 10px; 
width : auto; 
height : auto; 
background-color : #ffffff; /*white*/
border-color : #0000ff; /*blue*/ 
font-family : Arial; 
color : #0000ff; /*blue*/
font-style : oblique; 
font-size : 12pt; 
font-weight : 900; 
text-align : center; 
padding : 5px; 
}

/*floating box*/
#TopRight{ 
position : fixed; 
top : 10px; 
right : 10px; 
width : auto; 
height : auto; 
background-color : #ffffff; /*white*/
border-bottom : none; 
font-family : Arial; 
color : #0000ff; /*blue*/
font-style : oblique; 
font-size : 12pt; 
font-weight : 900; 
text-align : center; 
padding : 5px; 
}

/*floating box*/
#BottomRight{ 
position : fixed; 
bottom : 10px; 
right : 10px; 
width : auto; 
height : auto; 
background-color : #ffffff; /*white*/
border-bottom : none; 
font-family : Arial; 
color : #0000ff; /*blue*/
font-style : oblique; 
font-size : 12pt; 
font-weight : 900; 
text-align : center; 
padding : 5px; 
}

/*floating box*/
#BottomLeft{ 
position : fixed; 
bottom : 10px; 
left : 10px; 
width : auto; 
height : auto; 
background-color : #ffffff; /*white*/
border-bottom : none; 
font-family : Arial; 
color : #0000ff; /*blue*/
font-style : oblique; 
font-size : 12pt; 
font-weight : 900; 
text-align : center; 
padding : 5px; 
}


.TopCenter{ 
font-family : Arial; 
color : #0000ff; /*blue*/
font-style : oblique; 
font-size : 12pt; 
font-weight : 900; 
text-align : center; 
padding : 5px; 
}

