        body
        {
                font-family:arial;
        }
	a
	{
		outline: none;
	}
        a.button
        {
                font-size:10pt;
                display: block;
                text-align: left;
                text-decoration: none;
                padding: 2px;
                margin: 0px;
                width: 145px;
                background: #98b1c4;
                border: outset gray 0px;
                color: #ffffff;
                -moz-border-radius: 0px;
                -webkit-border-radius: 0px;
        }
        a.button:active
        {
                border-style: inset;
        }
        a.button:hover
        {
                color: blue;
                background: #98b1c4;
        }
	a.menu
	{
		font-size:10pt;
		font-weight:bold;
		color:#FFF;
		padding:2px;
		margin:0px;
		width:100%;
		display:inline-block;
		text-decoration:none;
		background:transparent;
	}
	a.menu:hover
	{
		color:#FFFF00;
	}
	a.menu:active
	{
		color:#FF3333;
	}
        .category-heading
        {
                font-size: 18px;
                font-weight: bold;
                color: #352800;
                text-align: center;
        }
        a.button3
        {
                font-size:10pt;
                text-align: left;
                text-decoration: none;
                padding: 0px;
                margin: 0px;
                background: #98b1c4;
                color: #ffffff;
        }
        a.button3:active
        {
                border-style: inset;
        }
        a.button3:hover
        {
                color: #ff0000;
                background: #98b1c4;
        }

        a.button4
        {
                font-size:10pt;
                text-align: left;
                text-decoration: none;
                padding: 0px;
                margin: 0px;
                background: #ffffff;
                color: #000000;
        }
        a.button4:active
        {
                border-style: inset;
        }
        a.button4:hover
        {
                color: #ff0000;
                background: #ffffff;
        }

