html,body{ 
background-color: Black;
scrollbar-face-color: #F8B81B;
scrollbar-arrow-color: #000000;
scrollbar-highlight-color: #F8B81B;
scrollbar-3dlight-color: #F8B81B;
scrollbar-shadow-color: #F8B81B;
scrollbar-darkshadow-color: #F8B81B;
scrollbar-track-color: #000000;
}

.textos{
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold; 
color: #F8B81B;
text-align: justify;
word-wrap: break-word;
}

.h1encabezados{
font-family: "Times New Roman", Times, serif;
font-size: 24px;
font-weight: bold; 
color: #F8B81B;
word-wrap: break-word;
}

#eventslist li { 
list-style-type: square; 
}


.enlaces a{
font-family: "Times New Roman", Times, serif;
display: block;
font-size: 12px; 
color: #F8B81B;
text-align: justify;
font-weight: bold;
text-decoration: none;
word-wrap: break-word;
}

.enlaces a:hover{
display: block;
font-size: 12px;
text-decoration: line-through;
}

