A:link { 
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

A:active { 
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

A:visited { 
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

A:hover { 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 50px;
}

P {
        text-indent: 10px;
}

body {
        margin-top: 10px;
        background-color: white;
}
