/* CSS Document */
.small {font-size:0.8em; 
          color:#666;
}
.bigo {font-size:1.1em;
         line-height:100%;
         font-weight:bold;
}
.bold {font-weight:bold;
}
.bigs{font-size:1.4em;
         line-height:100%;
}
body {font-family:Arial, Helvetica, sans-serif;
          font-size:1em;
          color:#000;
          background:#ffffce url(tcwp.gif);
          text-align:left;
}
a:link {text-decoration: underline;
           color: green;
}
a:visited {text-decoration: underline;
               color: red;
}
a:active {text-decoration: underline;
               color: red;
}
table.youcando {
	border-width: 2px 2px 2px 2px;
	border-spacing: 4px;
	border-style: double double double double;
	border-color: red red red red;
	border-collapse: separate;
	background-color: #e5e5e5;
               width: 800px;
}
p.right {text-align:right}
p.center {text-align:center}
p.left {text-align:left}
