A {
  text-decoration: none;
}
A:link {
  color: #486591;
}
A:visited {
  color: #6f6c81;
}
A:active {
  color: blue;
}
body {
  color: #000000;
  background-color: #fefefe;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
}
font {
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}
H1 {
  color: #000000;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 20px;
}
select {
    color: black;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
}
input {
    color: black;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.dashed {
	border-top: thin dotted #000000;
	border-right: thin none #000000;
	border-bottom: thin dotted #000000;
	border-left: thin none #000000;

}
.tool {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	border: thin none #000000;

}
.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	border: thin none #000000;
}
.a  {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.headline {
  color: #000000;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 20px;
}

.inet_status_blocked {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
        color: red;
	font-style: normal;
	font-weight: bold;
}

.inet_status_enabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
        color: green;
	font-style: normal;
	font-weight: bold;
}

.no_access {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: red;
        font-style: normal;
        font-weight: bold;
	border-style: dashed;
        border-width: medium;        /* sets border width on all sides */
        border-color: black;
	padding: 12px 12px 12px 12px;
}
