@charset "utf-8";
/* CSS Document */



.kenny{
width: 500px;
margin-left:150px;
height: 40px;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
}

.kenny a:link{
color: #FF0000;
}

.kenny a:active{
color: #FF0000;
}

.kenny a:visited{
color:#993399;
}

.kenny a:hover{
color: #009900;
}
