View file agecalc/Style.css

File size: 559B
body {
text-align: center;
max-width: 99%;
background: url("img/bg.jpg");
}
a {
text-decoration: none;
}
img {
vertical-align: middle;
}
.center {
text-align: center;
font-weight: bold;
background: url("img/tbl.png");
}
a:hover {
color: red;
font-size: 125%;
}
.logo {
background: url("img/lh.png");
text-align: center;
}
.hdr {
background: url("img/hdr.jpg");
text-align: center;
font-weight: bold;
}
.ftr {
background: url("img/ftr.gif");
text-align: center;
font-weight: bold;
}
.lh {
background: url("img/lh.png");
text-align: center;
font-weight: bold;
}