a.navstyle:link {color:#505359;text-decoration:none; font-weight:bold; font-size:14px;}
a.navstyle:hover {color:#93d500; text-decoration:none; font-weight:bold; font-size:14px;}
a.navstyle:active {color:#93d500; text-decoration:none; font-weight:bold; font-size:14px;}
a.navstyle:visited {color:#505359;text-decoration:none; font-weight:bold; font-size:14px;}

.name{font-size:30px; font-weight:600; font-family:'League Script', cursive;text-align: left; }

.textblue{color:#505359;}

.textlight{color:#74777c;}

.textgreen{color:#93d500;}


.textverylight{color:#a7adb7;}

.textbold {color:#505359; font-weight:bold; font-size:14px;}

.textleft {text-align:left;}


ul {
  list-style: none; /* Remove default bullets */
}

ul li.style::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #93d500; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

p, ul {
    display: inline;
}
