body {
text-align:center;
 background-color:black;
 color:white;
}

.title{
font-weight:bold;
font-size:large;
}
.title2{
font-size:x-small;
}

.form{
color:black;
}

td.live{
color:white;
}


a:link {
	color: gray;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: red;
}
a:hover { color:#F00;
 }


a:active {
	text-decoration: none;
	color: #F00;}
	
A.main:link { color: white; }
A.main:visited { color: white; }
A.main:active { color: red; }
A.main:hover { color: red; }


#Ticket___top { 
background-color:white;
width:700px;
height:400px;
font-size:small;
border: 1px black solid;
}

#Ticket___top .title{
font-size:large;
font-weight: bold;

}

#Ticket___top .name_parts {
width:300px;

}

#Ticket___top .mail_parts {
width:300px;

}

#Ticket___top .textarea_parts {
width:300px;
height:100px;
overflow:auto;

}



