    #content {
        width: auto;
    }
    img {
        max-width: 100%;
        height: auto;
    }


BODY {
	background-color: #000033;
	color: #FFFFFF;
 }

H1{
	color: #00FFFF;
}
H2{
	color: #00CFCF;
}
H3{
	color:#FFFF00;

}
H4{
	color: #FFFFAF;
}
H5{
	color:#007FFF;
}
H6{
	color:#007FFF;
}


.large {
	font-size: 150%;
}
.right {
	text-align: right;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.y {
        color:#FFFF00;
}

.g{
       color:#00FF00;
      font-size: 120%;
      margin-left: 20px;
}

.first {
	margin-left: 50px;
}
.second {

	margin-left: 80px;
}

.third {

	margin-left: 100px;
}

.forth {

	margin-left: 120px;
}

A:link {
	color: #00FFC0;
}

A:visited{
	color: #00C080;
}
