* { 
    margin: 0px;
    padding: 0px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

.start {
    background-color: black;
}

img {
    border: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

a:focus { 
	outline: 0; 
}