<!--

td {
    vertical-align: top;
    caption-side: top;
}

tr {
    border-top: 2px solid #551A8B;
}

th {
    background:#9cf;
    text-align:left;
}

.table_menu {
    background-color: #9DB6EC;
    border-color: #9DB6EC;
    color: #006600;
    border-width: 0 1px 0 1px;
    border-spacing: 0;
    padding: 2px;
    border-style: solid;
}

.table_main {
    border: 3px solid;
	border-color: blue;
	text-align: center;
}

.table_join {
	border-color: blue;
	text-align: center;
}

.td_join {
	border: 3px solid;
	border-color: blue;
}

.submit { 
	background-color: blue; 
	border-color: efefef; 
	border: 2px outset blue;
	color: white; 
	font-family: arial, verdana, ms sans serif; 
	font-weight: bold; 
	font-size: 12pt; 
}

.input {
	background-color: #EEEEEE;
	color: black;
	font-family: arial, verdana, ms sans serif; 
	font-weight: bold; 
	font-size: 12pt; 
}

a:link   {  color: blue; } 
a:visited   {  color: blue; } 
a:active   {  color: blue; }
a:hover { color: blue; }
a  {   
   	   text-decoration:none;
   	   font-size: 12px;
       padding: 0px;
       margin: 0px;		 
}
h1 {   
   	   color: black; 
   	   font-family: Times New Roman;
   	   font-size: 60px;
	   font-weight: 100;
}
h2 {   
   	   color: black; 
   	   font-family: sans-serif;
   	   font-size: 30px;
	   font-weight: 100;
}
h3 {   
   	   color: black; 
   	   font-family: sans-serif;
   	   font-size: 24px;
	   font-weight: 100;
}

h4 {   
   	   color: black; 
   	   font-family: sans-serif;
   	   font-size: 14px;
	   font-weight: 100;
}

h5 {   
   	   color: red; 
   	   font-family: sans-serif;
   	   font-size: 16px;
	   font-weight: 100;
}

h6 {   
   	   color: black; 
   	   font-family: sans-serif;
   	   font-size: 8px;
	   font-weight: 100;
}

#footer {   
   	   color: #551A8B; 
   	   font-family: sans-serif;
   	   font-size: 10px;
	   font-weight: 100;
}

#special {   
   	   color: black; 
       text-align: center;
       vertical-align: top;
   	   font-family: sans-sarif;
   	   font-size: 14px;
	   font-weight: 100;
}

body {
        color: black; 
   	    font-family: sans-serif;
   	    font-size: 12px;
	    font-weight: 100;
}

img {
        background: #fff;
        padding: 0px;
        margin: 0px;
        border: none;
        border-width: 0px;
}

#dynamic {
        border: 0;
	    background: #ababab;
        padding: 2px 2px 2px;
}

#thumbs {
        border: 2px solid #551A8B;
	    background: #fff;
        padding: 2px 2px 2px;
}

#submit {
		background-color:#003333;
		color:white;
		font-family: times, serif;
		font-size: 14px;
		font-weight: bold;
}

#submit:hover {
		background-color:#336600;
		color:white;
		font-family: times, serif;
		font-size: 14px;
		font-weight: bold;
}

#reset {
		background-color:#003333;
		color:white;
		font-family: times, serif;
		font-size: 14px;
		font-weight: bold;
}

#reset:hover {
		background-color:#336600;
		color:white;
		font-family: times, serif;
		font-size: 14px;
		font-weight: bold;
}

input:hover {
		background-color:lightgrey;
		color: red;
		font-weight: bold;
}

textarea:hover {
		background-color:lightgrey;
		color: red;
		font-weight: bold;
}

#gallery
{
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/photo_i.png") no-repeat 0 0;
  border: 0px;

}

#gallery:hover
{ 
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/photo_o.png") no-repeat 0 0;
  border: 0px;
}

#php_ex
{
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/php_ex_i.png") no-repeat 0 0;
  border: 0px;

}

#php_ex:hover
{ 
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/php_ex_o.png") no-repeat 0 0;
  border: 0px;
}

#css_ex
{
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/css_ex_i.png") no-repeat 0 0;
  border: 0px;

}

#css_ex:hover
{ 
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/css_ex_o.png") no-repeat 0 0;
  border: 0px;
}

#js_ex
{
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/js_ex_i.png") no-repeat 0 0;
  border: 0px;

}

#js_ex:hover
{ 
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/js_ex_o.png") no-repeat 0 0;
  border: 0px;
}

#travel
{
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/travel_i.png") no-repeat 0 0;
  border: 0px;

}

#travel:hover
{ 
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/travel_o.png") no-repeat 0 0;
  border: 0px;
}

#woodworking
{
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/woodworking_i.png") no-repeat 0 0;
  border: 0px;

}

#woodworking:hover
{ 
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/woodworking_o.png") no-repeat 0 0;
  border: 0px;
}

#links
{
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/coollink_i.png") no-repeat 0 0;
  border: 0px;

}

#links:hover
{ 
  display: block;
  width: 170px;
  height: 40px;
  background: url("./images/coollink_o.png") no-repeat 0 0;
  border: 0px;
}

#tree:visited   {  color: white; } 
#tree:active   {  color: white; }
#tree:hover { color: red; }
#tree  {   
       font-family: sans-serif;
   	   text-decoration:none;
   	   font-size: 16px;
       color: white;
       background-color: blue;
       width: 20;			 
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #1045DC;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #0E225C}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial}

#sddm div a:hover
{	background: #49A3FF;
	color: #FFF}
#sddm li.cntr {
		padding: 2;
		font-family: times, serif;
		font-size: 15px;
		font-weight: bold;
}

#header img
{
    display: block;
}

-->