

p.important {
    background-color:inherit;
    color: red;
}



table {
	table-layout: inherit;  /* Speeds up table layout */
	width: 100%;
	height: 150px;
}

th {
    background-color: #BDF;
    color: inherit;
}

td {
  margin-left: 5px;
  margin-top: 5px;
  text-align: left;
  vertical-align: top;
}

table.sub {
    border: 2px solid #888888  /* Speeds up table layout */
}

.mg {
    font-size: 1.5em;
    text-align: left;
    background-color: #FFBC79;
    color: inherit;
}

a {
    color: blue;
    background-color: transparent;
}

a.language {
    text-decoration: none;
    font-size: 20px;
}

a:visited {
    color: inherit;
    background-color:inherit;
}

a:hover {
    color: red;
    background-color: inherit;
}

textarea {
    width: 100%;
    font-size: 15px;
}
