body {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
	
}
A:link {
    text-decoration: none;
    color: black
}
A:hover {
    text-decoration: underline;
    color: black
}
showlinks A:link {
    text-decoration: underline;
    color: rgb(0, 128, 0);
}
.definition {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    background-color: rgb(255, 255, 255);
}
INPUT.btn {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
INPUT.googlebtn {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
INPUT.dictbtn {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
INPUT.formtext {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.sources {
    font-size: 16px;
    color: rgb(7, 92, 143);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-top: 24px;
}
.pos {
    color: rgb(0, 117, 0);
    font-style: italic;
    font-weight: normal;
}
.referendum {
    color: rgb(0, 127, 0);
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.darkred {
    color: rgb(150, 0, 0);
    font-style: italic;
    font-weight: bold;
}
.red {
    color: rgb(255, 0, 0);
    font-style: italic;
    font-weight: bold;
}
.blue {
    color: rgb(0, 0,161);
    font-weight: bold;
}
.green {
    color: rgb(0, 135, 0);
    font-weight: bold;
}
.gold {
    color: rgb(153,129,0);
    font-weight: bold;
}
.large {
    font-size: 20px;
}
.larger {
    font-size: 30px;
}

dl {
	margin:0px;
}

dt {
	margin:0px;
}

dd {
	margin:0px;
}
.center {text-align:center;}
