.mya {
	text-decoration: none;
	outline: none;
	color: #369;
	}
.mya:hover{
	text-decoration: underline;
	color: #222;
}

.mywhitea {
	text-decoration: none;
	outline: none;
	color: #f9f9f9;
	}
.mywhitea:hover{
	text-decoration: underline;
	color: #999;
}

.box1 {
	background-color: #369;
	color: #f9f9f9;
}

.box2 {
	background-color: #8ad100;
	color: #f9f9f9;
}

.box3 {
	background-color: #666;
	color: #f9f9f9;
}

.mywhite {color:#f9f9f9;}

img.myborder {border: 10px solid black;}

h6 {margin-left: 3px;}

.maincolumn p {text-align: justify;}

ul li {list-style-type: none;}

.myright {
	float: right;
	margin-right: 15px;
	}
	
.justify {
	text-align: justify;
	}	
	
#bottompic {
	text-align: center;
	}
	
h1 a {
	color: #222;
	text-decoration: none;
	}

h1 a:hover{
	color: #369;
	text-decoration: underline;
	}

body {
	margin-top: 0;
	padding-top: 0;
	}
	
.lighty {
	color: #999;
	}