a{
    text-decoration: none;
    background-color: #00b2ff;
}

a:visited {
    color: #0d24f2; 
    background-color:#ffffff;

}

a:link {
    color: #000000;

}

a:hover {
    background-color: #d3c2c2;
    color: #c36608;

}

a:active{
    color:#20e81d;
}

td{
    width: 300px;
    text-align: center;
}

tr{
    height: 100px;
}

body{
    background : #00b2ff;
    font-family: 'NanumBarunGothic','NanumGothic';
    color:#ffffff;
}