/* Do Not Change These, they are site-wide */

body       { background-color: #A2DFEA;
             background-image: url(./images/feet.png);
             font-family: Comic Sans MS Bold }

.titlediv  { background-image:  url(./images/TopBackground.png);
             background-repeat: no-repeat;
             position: absolute;
             top:    0px;
             left:   0px;
             height: 110px;
             width:  800px } 

.titletext { text-align:  center;
             font-size:   40px;
             margin-top:  20px }

.menudiv   { background-image:  url(./images/SideBackground.png);
             position: absolute;
             top:    110px;
             left:   0px;
             height: 200px;
             width:  110px }

.menutext  { text-align: left }

.pomenudiv { background-image:  url(./images/BotSideBackground.png);
             background-repeat: no-repeat;
             position: absolute;
             top:    310px;
             left:   0px;
             height: 50px;
             width:  110px }

.maindiv   { position: absolute;
             top:   111px;
             left:  111px;
             width: 690px } 

/* End of Do Not Change section */

/* Paul's page section */

.indextext { text-align: center }

.dogindex  { text-align: justify }

.viewdogh  { text-align: center }

.viewdogt  { text-align:  justify;
             text-indent: 25px }

.viewdogp  { text-align: center }

.gentext   { text-align:  justify }

/* End of Paul's page section */

/**
  * Mar 
  **/

.heading	{
			background-color: #7a378b;
			text-align: left;
			font-family: Comic Sans MS Bold;
			font-weight: 700;
			font-size: 15px;
		}
.cat0		{
			background-color: #cecece;
			text-align: center;
			font-family: Comic Sans MS Bold;
			font-weight: 800;
			font-size: 12px;
		}
.row0		{
			background-color: #ffffff;
			text-align: center;
			font-family: Comic Sans MS Bold;
			font-size: 12px;
		}
.row1		{
			background-color: #eeeeee;
			text-align: center;
			font-family: Comic Sans MS Bold;
			font-size: 12px;
		}
.addUpSwDel	{
			position: absolute;
			top:120;
			left:140;
		}
.nothingToDel	{
			text-align: center;
			font-family: Comic Sans MS Bold;
			font-weight: 900;
			font-size: 20px;


		}
.deleteButton	{
			background-color: #339900;
			font-family: Comic Sans MS Bold;
			font-weight: 900;
			font-size: 10px;
		}
.addButton	{
			background-color: #339900;
			font-family: Comic Sans MS Bold;
			font-weight: 900;
			font-size: 10px;
		}
.switchButton	{
			background-color: #339900;
			font-family: Comic Sans MS Bold;
			font-weight: 900;
			font-size: 10px;
		}
.updateButton	{
			background-color: #339900;
			font-family: Comic Sans MS Bold;
			font-weight: 900;
			font-size: 10px;
		}

.deleteTable	{
			background-color: #f8f8ff;
		}
.displayCat	{
             		text-align: center;
			font-family: Comic Sans MS Bold;
			font-weight: 900;
			font-size: 30px;
		}
.displayLink	{
             		text-align: center;
			font-family: Comic Sans MS Bold;
			font-weight: 900;
			font-size: 15px;
		}
