body {
}

pre {
	font-family: verdana;
}
.largePicture
{
    margin: auto; 
    background-color: Lime;
    height: 200px;
    width: 400px; 
}

a
{
    color: #C83737;
    text-decoration: none; 
}
.serverLink
{
    color: #C83737;
    text-decoration: none;
}

.justified
{
    /*text-align: */
}

.rightPic
{
    /* border: solid 1px lime; */
    float: right;
    width: 200px;
    margin: 5px;    
}

.pic550x300
{
    height: 300px;
    width: 550px;
    margin: auto;
}

table.products
{
    border: solid 1px white;
    margin: auto;
    width: 95%;
}

.horizontalList
{
    list-style: none;
    float: left;
}

/*
 * Styles for information tables
 */
.table
{
    border: solid 1px white;
}

.tableHeader
{
    background-color: White;
    color: Black;   
    text-align: center;
}


/*
 *  Styles for Product Details table
 */

#detailsTable
{
    border: solid 1px white;
    margin: auto; 
    width: 600px;
}

#productName
{
    background-color: White;
    color: Black;
}

