﻿body
{
    background-color: black;
    background-image: url(http://www.orion-project.net/Images/background.png);
    background-position:center 360px;
    background-repeat: no-repeat;
}

.text
{
    font-family:Calibri;
    font-size:11px;
    letter-spacing: .5px;
    color:White;
}

.ipText
{
    font-family:Calibri;
    font-size:14px;
    color:white;
}

.serverListing
{
    font-family:Calibri;
    font-size:14px;
    color:#535455;
    text-decoration:none;
    background-image:url(http://www.orion-project.net/Images/black.png);  
    background-position:center;
    background-repeat:no-repeat
}

.headerText
{
    font-family:Calibri;
    font-size:16px;
    font-weight:bold;
    color:White;
}

.copyright
{
    color:White;
    font-family:Calibri;
    font-size:11px;
    font-style:italic;
}

.forums
{
    font-family:Calibri;
    font-size:32px;
    color:White;
}

.headers
{
    font-family:Calibri;
    font-size:16px;
    color:White;
    text-align:center;
    width:150px;
}

.mirrors
{
    font-family:Calibri;
    font-size:32px;
    color:White;
    text-align:center;
}

.mirrors2
{
    font-family:Calibri;
    font-size:32px;
    color:White;
    text-align:center;
    margin-right:45px;
   
}

img
{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

table
{
    border:0px;
    width:auto;
    margin-left:auto;
    margin-right:auto;
}

table.bottom
{
    border:0px;
    width:500px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    vertical-align:top;
}

table.servers
{
    border:0px;
    width:250px;
    margin-left:auto;
    margin-right:50px;
    text-align:center;
}

td.img
{
    padding-right:15px;
    padding-left:15px;
    padding-top:25px;
    padding-bottom:25px;
}

td.topLinks
{
    width:780px;
}

td.mirrors
{
    width:300px;
    /*background-color:Black;*/ /*Uncomment this line if you remove the line below*/
    
    /*Remove all of the below to save bandwidth*/   
    background-image:url(http://www.orion-project.net/UDK/artists/dev_0x40/BetaSite/Images/black.png);  
    background-position:center;
    background-repeat:no-repeat
}

a.mirrorLinks:link
{
    font-family:Calibri;
    font-size:14px;
    color:#535455;
    text-decoration:none;
}

a.mirrorLinks:visited
{
    font-family:Calibri;
    font-size:14px;
    color:#535455;
    text-decoration:none;
}

a.mirrorLinks:hover
{
    font-family:Calibri;
    font-size:14px;
    color:#ee9a3e;
    text-decoration:none;
}

a.mirrorLinks:active
{
    font-family:Calibri;
    font-size:14px;
    color:#535455;
    text-decoration:none;
}

a:link 
{
    font-family:Calibri;
    font-size:24px;
    color:#457788;
    text-decoration:none;
} 

a:visited
{
    font-family:Calibri;
    font-size:24px;
    color:#457788;
    text-decoration:none;
}

a:hover
{
    font-family:Calibri;
    font-size:24px;
    color:#ee9a3e;
    text-decoration:none;
}

a:active 
{
    font-family:Calibri;
    font-size:24px;
    color:#457788;
    text-decoration:none;
}