/* * This style sheet contains settings for the pages that does not * have a side bar. Add this to any html page to see how it looks * * Author : Abinesh S. Puthenpurackal * Date   : October 18, 2003 *//* * Following are code for the various colors used in this  * style sheet *//*    COLOR           HTML COLOR CODE     SCRIPT COLOR CODE    -----------------------------------------------------    Cream                               #ffd    Beige                               #ccbd96    Medium Green                        #053    Dark Green                          #020    Pale Green                          #A2BA9A    Dark Red                            #690000 *//* *  Settings that apply to the body of the html document */body{    background-color:#A2BA9A;     margin:0;     padding:0;     height:100%;    border-right:1px solid #020;    scrollbar-DarkShadow-Color:#ccbd96;     scrollbar-Track-Color:#A2BA9A;     scrollbar-Face-Color:#ccbd96;     scrollbar-Shadow-Color:#ffd;     scrollbar-Highlight-Color:#ffd;     scrollbar-3dLight-Color:#020;     scrollbar-Arrow-Color:#ffd;}/* *  The settings for the bar that divides the title/heading *  region with the contents of the document */#bar{    background-color:#053;     clear:both;     text-align:right;     height:40px;     padding:1px;    border-top:1px solid #020;     border-bottom:1px solid #020;     border-right:1px solid #020;     margin-bottom:0; }  #content {    background-color:#ffd;     width:100%;     float:right;     padding:5%;     border-right:1px solid #020;     margin-bottom:0; }  #content p {    text-indent:2em; }/*  * Color and Alignment for text of type "h2"  */ h2{    color:#020;     text-align:center;}/*  * Color settings for elements such as "h3", "a", etc */ h3{    color:#020;}a{    color:#690000;}a:hover{    color:#020;}#footer{background-color:#ccbd96; clear:both;height:15px; height:40px;border-top:1px solid #020; border-bottom:1px solid #020;}