﻿.body
{
}

.RRMainMenu
{
    background-image: url(http://rrwords.com/images/Water.jpg);
    border-left-width: 2px;
    border-left-width: 5px;
    border-style: outset;
    margin-left: auto;
    margin-right: auto;    
}

.RRMenuHead
{
    background-image: url(http://rrwords.com/images/Paper.jpg);
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.TopicHead
{
    background-color: White;
    color: Black;
    font-weight: bold;    
    width: 95%;
}

td.Column
{
    padding-right: 12px;
    vertical-align: top;
    width: 33%;
}

.Topics
{
    background-color: White;
    background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EEEEEE));
	background: -moz-linear-gradient(#FFFFFF, #EEEEEE);
	background: linear-gradient(#FFFFFF, #EEEEEE);
    border-style: outset;
    color: Black; /* CSS3 Rounded borders (Firefox 3+, Safari 3.1+, Opera 10.5+, Chrome 4+, IE 9+): */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; /* CSS3 Box shadows (Firefox 3.5+, Safari 3+, Opera 10.5+, Chrome 4+): */
	-webkit-box-shadow: 10px 10px 5px #666;
	-moz-box-shadow: 10px 10px 5px #666;
	box-shadow: 10px 10px 5px #666;
    margin-left: auto;
    margin-right: auto;    
    text-align: left;
    vertical-align: top;
}

