/* BEGIN style2 */
 #navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 120px;
background-color: mediumpurple;
border-bottom: 1px solid #eee;
font-size: 12px;
color: white;
}

#navcontainer a:link, #navlist a:visited
{
color: maroon;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: transparent;
color: #fff;
}

/* END style2 */


/* 
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 120px;
background-color:darkviolet;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist li a {
	text-decoration: none;
	font-size: 12px;
	color:yellowgreen;
}

#navlist li a:hover {
	text-decoration: none;
	font-size: 12px;
	color:yellowgreen;
	background: transparent;
}



 */





BODY

{   margin-right: 10%; margin-bottom: 100; 
	background-image: url(../images/planes.gif);
background-attachment: fixed;
	background-color: #CCCCCC;
	background-repeat: repeat-y;

/*margin-left: 155px;

margin-right: 10%;

margin-bottom: 10px; */

font-family: "sans-serif";

}

A:link

	{color: maroon;}

A:hover

	{ color:red;}

A:active

	{ color:green;}

A:visited

	{ color:purple;}


P

{font: verdana, arial, helvetica; font-weight: bold; 
}


H1, H2, H3

{font-family: serif; 

color: maroon; 

}



H4,H5,H6

{font-family: serif; 

color: green; 

}
UL

{
	list-style: url(../images/but.gif) outside;
	font: verdana, arial, helvetica;
	font-weight: bold;
	list-style-image: url(../images/but.gif);
}



OL

{font: verdana, arial, helvetica; font-weight: bold;

}

LI

{ font: verdana, arial, helvetica; font-weight: bold;

}

DL

{font: verdana, arial, helvetica; font-weight: bold;
}

DT

{font-family: verdana, arial, helvetica; font-weight: bold; font-variant: small-caps; font-size: larger; text-decoration: underline ; 
}

DD

{font: verdana, arial, helvetica; font-weight: bold;
}
B

{font-weight: bold; color: navy;
}

I

{font-variant: small-caps; font-style: normal; 
}

EM

{font-family: "comic sans ms" ;

font-size: xx-small; 

font-variant: italic;

}



STRONG

{font-family: "comic sans ms" ;

font-size: larger;

font-weight: bold;

}



