
/*css for mpfitness*/


body {margin: 20 20 20 20;
font-family: arial, times, "times new roman", serif;
color:  #FFFFFF; /*white*/
background-color:navy;
font-size: 10pt;

}

a:link { color: yellow; 
	text-decoration: underline;
	font-weight: bold 
	}

a:visited { color: yellow; 
	text-decoration: underline;
	font-weight: bold 
	} 
a:hover, a:active { color: orange; 
	text-decoration: none; 
	} 

ul {
 list-style-image: url(images/bullet.gif);
}
ul ul {
 list-style-image: url(images/bullet.gif);
}
ol {color: black;}

h1 {color:#E39709; font-size: 40px;}

h2, h3, h4, h5, h6 {color: white; }

.box { border: solid 4px #CC7A00; padding: 6px; color: white; font-weight: bold; font-size: 13px;}
.heading { background-color: #CC7A00; width: 350px; padding-top: 2px; padding-left:4px; padding-bottom:2px; font-weight: bold;
	border: 2px solid #000000;}
.tabletext {font-size: 10pt; font-weight: bold; color: black;}

.menutitle{
cursor: pointer;
margin-bottom: 5px;
background-color: #E66700;
color:black;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:4px solid #black;/* */

}

.smlink {font-size: 10pt;}
.submenu{
margin-bottom: 0.5em;
}


