/*Author: Arman Frasier*/
body {
    background-color:    #707070;
}
.container {
    width:	         80%;
    margin-right:        auto;
    margin-left:         auto;
}
.ad {
	margin:auto;
}
h1 {
    font-family:         "Georgia";
    border-bottom:       4px #A4C639 double;
    font-size:           110%;
    font-variant:        small-caps;
}
p {
    font-family:         "Georgia";
    font-size:           80%;
    padding:             .1em;
}
a:link {
	color:					#A4C639;
	text-decoration:		none;
	font-weight:			bold;
}
a:visited {
	color:					#A4C639;
	text-decoration:		none;
	font-weight:			bold;
}
a:hover {
	color:					#A4C639;
	text-decoration:		underline;
	font-weight:			bold;
}
a:active {
	color:					#A4C639;
	text-decoration:		none;
}
img
{  border-style: none;
}
