
/*Teen Challenge Website Stylesheet.css*/

/*Body Text and Page Background*/


body {
background-color : #000000;
font-family : Times New Roman, Times, Serif;
font-size : medium;
color : #000000;
font-weight : bold;
text-align : left;
}
#header {
background-color : #004080;
margin: 5pt;
margin-left:4cm ;
width:24cm;
height :5cm;
border: thick groove navy;
}
#footer {
background-color : #008484;
margin-left:293pt;
width:504pt;
height : 79pt;
border-bottom: thick groove aqua;
border-right: thick groove aqua;
}
#leftsidebar {
background-color : #339967;
float : left;
margin-left : 4cm;
margin-right : 5pt;
height:26cm;
width : 6cm;
border-top: thick groove green;
border-left: thick groove green;
border-bottom: thick groove green;
}

#main{
background-color : #E6E6FF;
overflow : scroll;
margin-left: 204pt;
margin-bottom: 5pt;
width: 506pt;
height: 652pt;
visibility : visible;
border-top: thick groove silver;
border-right: thick groove silver;
}

A:link {
color : #004000;
text-decoration : underline;
font-size : medium;
font-weight : bolder;
font-style : italic;
font-family : Lucida;
border : 0;
}
A:visited {
color : #620062;
text-decoration : underline;
font-size : medium;
font-weight : bold;
font-style : italic;
font-family : Lucida;
border : 0;
}
hr {
color : #620c0c;
}
h1 {
font-family : Monotype Corsiva;
font-weight : bolder;
font-size : xx-large;
color : #710071;
text-align : center;
}
h2 {
font-family : Monotype Corsiva;
font-style : normal;
font-weight : bolder;
font-size : x-large;
color : #400040;
text-align : center;
}
h3 {
font-family : Monotype Corsiva;
font-size : x-large;
font-style : normal;
font-weight : bolder;
color : #400040;
text-align : center;
}
h4 {
font-family : Monotype Corsiva;
font-size : x-large;
font-style : normal;
font-weight : bolder;
color : #400040;
text-align : left;
}
h5 {
font-family : Monotype Corsiva;
font-size : x-large;
font-style : normal;
font-weight : bolder;
color : #400040;
text-align : center;
}
h6 {
font-family : Monotype Corsiva;
font-size : x-large;
font-style : normal;
font-weight : bolder;
color : #400040;
text-align : center;
}
table {
font-size : medium;
font-weight : bolder;
font-style : normal;
font-family : Lucida;
}

