/*CSS of the Splash Page*/

body
{
background: url("images/splash_background.png") repeat-x fixed;
}

img
{
border: 0;
}

p
{
font-weight: bold;
cursor: default;
}

a
{
font-family: arial;
font-weight: bold;
font-size: 1.2em;
color: white;
text-decoration: none;
text-align: center;
}

.cell
{
background: url("images/splash_button.png") no-repeat;
text-align: center;
padding-top: 3px;
text-decoration: none;
}

a:focus
{
color: yellow;
text-decoration: none;
}

a:active
{
color: yellow;
text-decoration: none;
}

.title
{
color: rgb(0,51,153);
font-family: "times new roman", arial, serif;
font-size: 1.4em;
cursor: default;
}

img
{
border: 0;
}

