@import "pollforflyer/poll.css";

/* 
<link rel="stylesheet" type="text/css" href=marbles.css />
*/

.titletext
 {
   color: #669AFF;
   font-size: 22px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
 }

.Attentiontext
 {
   color: #C00000;
   font-size: 22px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
 }

body 
    {
      /*background-color: #FFFF99;*/
      /*background-color: #FFFFCC;*/
     background-color: #FFFFFF;
      
    }

body#leftmenu
   {
    /*background-color: "#3366FF"*/
    background-color: #6699FF;
   }

p 
    {
     text-align: justify;
     font-family:Verdana, Arial, Helvetica, sasn-serif;
     font-size: 12px;
     
    }


p#cartoontext
   {
    text-align: center;
   }


a:link 
    {
      color: #000066;
    }
   
a:visited 
    {
      color: #000066;
    }

a:hover 
    {
      color: #0000CC;
      cursor: pointer;
    }

a:active 
    {
      color: #0000FF;
    }

a#topframelink
   {
     color: #FFFFFF;
   }

table#listtable
  {
   width: 100%;
   float: left;
  }
table#listtable td
  {
   padding: 2px;
  }

table#maintable
    {
      width: 650px;
      text-align:justify;
      float: left;
    }

table#maintable td
    {
     padding: 12px;
	font-family: Tahoma;
	font-size: xx-small;
	text-align: left;
}

table#toptable
  {
    width: 100%;
  }
