 
body{
font-size : 18px;
}
table{
font-size : 12px;
}
a:link{
font-size : 12px;
color : black;
}
a:visited{
font-size : 12px;
color : blue;
}
a:hover{
font-size : 12px;
color : red;
}
a:active{
font-size : 12px;
}
h1{
font-size : 12px;
}
h2{
font-size : 12px;
}
h3{
font-size : 12px;
}
td{
font-size : 24px;
}

