body
{
    background-image: url('images/soccer-background.gif');
    margin: 0 auto;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;

}

.maincenter
{
    background-image: url('/images/soccer-background.jpg');
    margin: 0 auto;
    padding: 0px;
    background: white;
    height: 100%;
    text-align: left;

}
.head
{
    color: white;
    background-color: black;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 2px;
    vertical-align: middle;
}
.headtext
{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 100%;

}
.headtext a:link
{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    color: black;

}
.headtext a:visited
{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    color: black;

}
.headtext a:hover
{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    color: black;
    text-decoration: none;

}
.menu
{
    padding: 4px;
    background-color: black;
    color: white;
}
.menu a:link
{
    text-decoration: none;
    color: white;
}
.menu a:visited
{
    text-decoration: none;
    color: white;
}
.menu a:hover
{
    text-decoration: underline;
    color: white;
}

a:link
{
    text-decoration: none;
    color: blue;
}
a:visited
{
    text-decoration: none;
    color: blue;
}
a:hover
{
    text-decoration: underline;
    color: blue;
}
td
{
    vertical-align: top;
    font-size: 12px;
}
.linkimages
{
    text-align: center;
    vertical-align: middle;
}
.page_header
{
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		width: 100%;

}
.event_title
{
    font-size: 16;text-align: center; color: white; background-color: black; font-weight: bold;
}
.left
{
    text-align: right;
}
.breakingnews
{
    width: 100%;
    font-size: 12px;
    background-color: red;
    padding: 4px;
    font-weight: bold;
}