
@charset "UTF-8";

@import url(http://openfontlibrary.org/face/eadui);

budy {
	}

.niceBg{
	background-image: url(../images/);
	background-position: center top;
	background-repeat: no-repeat;
	/*min-height: 100%;*/
	color: white;
	background-color: black;
	}

A:link {text-decoration: none; color: white;}
A:visited {color: white;}
A:hover {font-weight: bolder;}
A:after {color: white;}


.prettyText {
    font-family: Eadui;
    font-weight: normal;
    font-style: normal;
    font-size: 180%;
    margin-top: 12px;
    }
