/* Styles for index.html in musclewomen.us */
body {
	font-family: "Times New Roman";
	background: #fffde4 url("pearly.gif");
}
p {
	margin: 0px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	margin-right: 1px;
}
a { text-decoration: none }
a:link { color: #ff0038}
a:visited { color: #005000}
a:hover {
	border-bottom: 1px dotted #e00000;
}
a:active { color: #008080 }

h1 {
	color: #f90000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}
h2 {
	color: #f00000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: left;
}
h3 {
	color: #407000;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: left;
}

#getoutone {
	font-family: "Times New Roman";
	font-size: 20px;
	color: #407000;
}
#getouttwo {
	font-family: "Times New Roman";
	font-size: 28px;
	color: #f00000;
}

/* Below, for anchor id ensitelink */
#ensitelink {
	color: #008000;
}

h4 {
	color: #999999;
	margin-bottom: 25px;
}

/* Below, for paragraph id titleone */
#titleone {
	font-family: "Times New Roman";
	font-size: 25px;
	color: #b00030;
}
/* Below, for paragraph id titletwo */
#titletwo {
	font-family: "Times New Roman";
	font-size: 25px;
	color: #a00070;
}
/* Below, for paragraph id titlethree */
#titlethree {
	font-family: "Times New Roman";
	font-size: 25px;
	color: #008060;
}

/* Below, for paragraph class left */
.left {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: left;
	margin-right: 1px;
}

/* Below, for paragraph class right */
.right {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
	text-align: right;
	margin-right: 1px;
}

.blackbar { /* for the black hr */
	border: 3px solid #000000;
	width: 90%;
	height: 5px;
}

.redbar { /* for the red hr */
	border: 3px solid #f00000;
	width: 90%;
	height: 5px;
}

.greenbar { /* for the green hr */
	border: 3px solid #00e000;
	width: 90%;
	height: 5px;
}
.bluebar { /* for the blue hr */
	border: 3px solid #0000f0;
	width: 90%;
	height: 5px;
}
.magentabar { /* for the blue hr */
	border: 3px solid #e000ff;
	width: 90%;
	height: 5px;
}
.yellowbar { /* for the blue hr */
	border: 3px solid #ffff00;
	width: 90%;
	height: 5px;
}


li {
	margin-bottom: .5em;
	font-family: "Times New Roman";
	font-size: 24px;
	color: #000000;
}
li.para {
	list-style-type: none;
}
pre {
	font-size: 10px;
	margin-left: 10px;
}
tt {
	font-family: "Courier New", Courier, mono;
}


/* KEEP BELOW FOR REFERENCE Not used for index-html */
/* main text body specs */ 
#main {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

#main p {
	margin-bottom: 1em;
}
#main dt {
	font-weight: bold;
	margin-bottom: 1em;
	color: #999999;
}
#main dd {
	margin-bottom: 1em;
}

/* bottom footer */ 
#footer {
	font-size: smaller;
	color: #555555;
	text-align: center;
	margin-right: 1px;
}
