body
{ 
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0; 
text-decoration: none;
color: #000000;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 20px;
}

a {
text-decoration:  none;
color: #000000;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
   border: none;
 }
a:hover {
text-decoration:  underline;
color: #000000;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
   border: none;
}
a:visited {
text-decoration:  none;
color: #000000;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
   border: none;
 }
a:active {
color: #000000;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    border: none;
 }
 table
{
line-height: 18px;
color: #000000;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    }
/* <div> around all html output by the script */
.swPositioner{
	text-align: left;
	width: 410px;
}

/* <div> around the whois lookup form */
.swForm{
	text-align: left;
}

/* <div> heading above the whois form */
.swHeading{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

/* <input> for entering the domain in */
.swDomain{
	width:130px;
	text-align: right;
	margin-left:10px;
}
input {padding:3px;}
select {padding:3px;}
/* <select> listing tlds */
.swTld{
}

/* <input type="submit"> lookup form submit button */
.swSubmit{
	border: 0px solid black;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	color:#FFFFFF;
	background-color: #909090;
	margin-left:5px;
	padding:3px;
	cursor:pointer;
}

/* security code <img> tag */
.swSecureImage{
	border: 1px solid black;
}

/* <input> for entering the security code */
.swSecureCode{
	width: 60px;
}

/* <div> containing instructions, etc */
.swInfo{
	color: #000000;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    line-height: 23px;
	padding: 5px;
	text-align: left;
}

/* <div> containing all whois lookup results */
.swResults{
	text-align: left;
}

/* <div> containing the domain status message (available, registered) */
.swStatus{
	border-top: 2px dotted #D8D5CC;
	padding: 5px;
	text-align: left;
	width: 410px;
}

/* <div> containing details of the whois server used for the lookup */
.swServer{
	border-top: 2px dotted #D8D5CC;
	text-align: left;
	padding: 10px;
	color: #525252;
}

/* <div containing the data from the whois lookup */
.swData{
	padding: 4px;
	color: #525252;
}

/* style for <span> around lines in the output to hilight. */
.swHilight{
	font-weight: bold;
	color: #FF0000;
}

/* <div> used to display error messages */
.swError{
	font-weight: bold;
	color: red;
}