/* Cascading Style Sheet, CSS, that provides the styles. */

body
{
font-family: Verdana, sans-serif;
font-size: 1.5vw;
color: rgb(159,157,179);
background-color: rgb(255,255,255);
border-style: solid;
border-radius: 1vw;
border-color: rgb(255,255,255);
}


p
{
font-family: Verdana, sans-serif;
font-size: 1.5vw;
color: rgb(159,157,179);
width: 95%;
background-color: rgb(255,255,255);
}

a 
{
font-family: Verdana, sans-serif;
font-size: 1.5vw;
color: rgb(159,157,179);
width: 97%;
background-color: rgb(255,255,255);
font-style: underline;
font-weight: bold;
}

a:visited
{
font-family: Verdana, sans-serif;
font-size: 1.5vw;
color: rgb(159,157,179);
width: 97%;
background-color: rgb(255,255,255);
font-style: underline;
}

a:hover 
{
font-family: Verdana, sans-serif;
font-size: 1.5vw;
color: rgb(159,157,179);
width: 97%;
background-color: rgb(255,255,255);
cursor: pointer;
font-weight: bold;
}

a:focus
{
font-family: Verdana, sans-serif;
font-size: 1.5vw;
color: rgb(159,157,179);
width: 97%;
background-color: rgb(255,255,255);
font-weight: normal;
}

a:active
{
font-family: Verdana, sans-serif;
font-size: 1.5vw;
color: rgb(159,157,179);
width: 97%;
background-color: rgb(255,255,255);
font-weight: normal;
}



/* Created on 04/09/2025. */