body {
    background-color: #9aceff;
	background-image: url(Pics/BackGround.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 20px;
}
p.equal {text-align: justify} 

a.one:link {color: #0000ff; text-decoration: none}
a.one:visited {color: #0000ff; text-decoration: none}
a.one:hover {color: #00aaff; text-decoration: none}

a.two:link {color: #ff0000; text-decoration: none}
a.two:visited {color: #ff0000; text-decoration: none}
a.two:hover {color: #ff6633; text-decoration: none}

a.three:link {color: #009900; text-decoration: none}
a.three:visited {color: #009900; text-decoration: none}
a.three:hover {color: #66cc66; text-decoration: none}

.green {color: green}

.red {color: red}

.blue {color: blue}

p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset; background-image:
url('Pics/TealMarble.jpg')}
p.outset {border-style: outset; background-color: #00ff00}
