﻿/* 
    Document   : pcStyle
    Description:
        Purpose of the stylesheet follows.
*/

body {background-color: #DBDBFF;}
.nyellow{background-color:#EEC063;}
.lyellow{background-color:#FFFFE0;}
.white{background-color:#FFFFFF;}
.font_blue{color: #00006A;}
.font_wb{font-weight: bold;}
.small{font-size: 75%;}
.medium{font-size: 100%;}
.slarge{font-size: 110%;}
.large{font-size: 150%;}
.xlarge{font-size: 175%;}
.xxlarge{font-size: 200%;}


