body {
font-family: sans-serif;
}
a {
text-decoration: none;
color: #0000ff;
}
a:hover {
color: #ff0000;
}
table#banner {
border: 2px solid #000000;
background-image: url('../images/banner/bg.png');
}
table#banner td {
text-align:center;
vertical-align:middle;
}
#banner_title {
color: #0000ff;
font-weight: bold;
font-size: 150%;
}
#banner_description {
color: #000000;
font-weight: bold;
font-size: 120%;
}
|