@charset "UTF-8";
/* CSS Document */

body{
background-color: #2c0fab;
}

a:link, a:visited{ 
color: #6244e7;
text-decoration: none;
}
a:hover{
text-decoration: underline;
background-color: #b3a6eb;
}

h2{
color: #6244e7;
border-bottom: 3px solid #2c0fab;
}
h3{
color: #6244e7;
}
