a {
        font-weight: bold;
        text-decoration: none
}

a:link {
        color: #333366;
}

a:link IMG { border: none; }

a:visited {
        color: #333366;
}

a:hover {
    background: none;
    text-decoration: none;
    color: #0000CC;
}


BODY  
	{ 
        background-color: #ffffff;
        color: #000000;
        font-size: large;
	text-align: center;
        padding: 0px;
        margin: 0px;
        font-family: Courier, sans-serif;
	}

.smallCenter {
    font-size: small;
    text-align: center;
//    position: absolute;
    bottom: 5px;
}

.resume {
    text-align: left;
    position: absolute;
    left: 25px;
    font-size: medium;
}

.plikhack {
        margin:0% 12% 8% 12%;
        padding: 4%;
        color:black;
        background-color:#eee;
        border:1px dashed black;
	text-align: left;
	font-family: fixed;
}

