@import url("http://www.mozdev.org/project.css");

.table-stylesheets th {
    font-weight: normal;
color: #fff;
       background-color: #f90;
padding: 10px;
}

.table-stylesheets td {
padding: 10px;
}

.important {
display: table;
	 background-color: #ffffdd;
border: 1px dashed red;
padding: 5px;
margin: 5px;
}

.impColors {
	 background-color: #ffffdd;
border: 1px dashed red;
}


.page-header { border-top: 1px solid rgb(255, 153, 0); 
    border-bottom: 1px solid rgb(255, 153, 0); 
display: table;
padding: 3px 10px 3px 10px;
}

.install-link {
    font-size: 1.1em;
}

#newImg {
    vertical-align: middle; 
    margin-right: 3px;
}

.underlinedText {
    text-decoration: underline;
}

caption {
font-size: 1.2em;
margin-bottom: .5em;
}

.logoTable td {
    padding-right: 10px;
}

#creditsTable td {
padding: 5px 20px 5px 0;
}

#styleTable {
background-color: #ffffdd;
padding: 10px;
text-align: center;
}

#styleTable td {
padding: 10px;
}

#cssTd {
width: 30%;
background-color: white;
vertical-align: top;
}

#htmlTd {
width: 70%;
height: 450;
vertical-align: top;
}

.forBack {
font-size: 60px;
color: green;
text-decoration: none;
}

.forBack:hover {
text-decoration: underline;
}

#styleSelect {
font-size: 1em;
text-align: center;
}

#backTd {
text-align: right;
}

#forTd {
text-align: left;
}
