/* CSS Document */



/* --------------------- Fonts --------------- */


.title {
font-family: comic sans ms, trebuchet MS, sans-serif; 
font-size: 25pt; 
letter-spacing: 0.5pt;
color: #1B2D88;
padding: 0px 20px 0px 20px;
}

.title2 {
font-family: comic sans ms, trebuchet MS, sans-serif; 
font-size: 25pt; 
font-style: italic;
letter-spacing: 0.5pt;
color: #1B2D88;
padding: 10px;
border-bottom: 2px solid orange;
}

.subtitle {
font-family: trebuchet ms, sans-serif; 
font-size: 14pt;
font-stretch: normal; 
text-align: right;
color: #fff;
padding: 0px 95px 0px 8px;
}

.booktitle {
font-size: 1.8em;
line-height: 1em;
letter-spacing: 0.07em;
}

.white {
font-family: trebuchet ms, sans-serif; 
font-size: 12pt; 
color: #000;
text-align: right;
padding: 0px 4px 0px 0px;
border-left: 1px solid #000033;
border-right: 1px solid #000033;
border-bottom: 1px solid #000033;
}

.white2 {
font-family: trebuchet ms, sans-serif; 
font-size: 10pt; 
color: #000;
text-align: center;
padding: 0px 4px 0px 0px;
border: 1px solid #000033;
}

.bigtype{
font-size: 2.5em;
}

.btfamily{
font-size: 1.5em;
}

.w2 {
font-family: verdana, sans-serif; 
font-size: 10pt;
font-stretch: normal; 
letter-spacing: 0.08em;
text-align: left;
line-height:1.2em;
color: #000;
padding: 14px;
border-left: 1px solid #000033;
border-right: 1px solid #000033;
border-bottom: 1px solid #000033;
}

.w3 {
font-family: verdana, sans-serif; 
font-size: 12pt;
font-stretch: normal; 
text-align: left;
font-weight: bold;
color: #000;
}

.w4 {
font-family: verdana, sans-serif; 
font-size: 7.5pt;
font-stretch: normal; 
float: center;
color: #1B2D88;
padding: 3px;
}

.w7 {
font-family: verdana, sans-serif; 
font-size: 7.5pt;
font-color: #fff;
padding: 7px;
}

w5 {
font-family: comic sans ms, trebuchet ms, sans-serif; 
font-size: 10pt; 
letter-spacing: 0.5pt;
color: #1B2D88;
padding: 0px 20px 0px 20px;
}


/* --------------------- End Fonts--------------- */

/* --------------------- Images --------------- */
.image {
border-left: 1px solid #000033;
border-right: 1px solid #000033;
}

.im2 {
float: left; 
margin: 2px 16px 2px 3px; 
border: 1px solid #000033;
}

/* --------------------- End Images --------------- */

/* --------------------- Links --------------- */

a:link {
color: black;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: black;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: black;
background-color: #FF98OD;
text-decoration: none;
}
a:active {
color: black;
background-color: #FF98OD;
text-decoration: none;
}

/* --------------------- End Links --------------- */







