<!-- Codes by HTMLcodes.ws -->
<html>
<head>
<style type="text/css">
ul.cssLinkExample a {color:blue;text-decoration:underline;}
a:hover.hChangeColor {color:LawnGreen;}
a:hover.hMakeBold {font-weight:bold;}
a:hover.hRemoveUnderline {text-decoration:none;}
a:hover.hMakeItalic {font-style:italic;}
a:hover.hChangeBackgroundColor {background-color:LightSteelBlue;}
a:hover.hIncreaseFontSize {font-size:20px;}
a:hover.hBottomBorder {border-bottom:1px dashed blue;}
</style>
</head>
<body>
<p><b>jegvirag design</b></p>
<ul class="cssLinkExample">
<li><a href="//jegvirag.gportal.hu" class="hChangeColor" rel="nofollow">JgVirg Design</a></li>
<li><a href="//jegvirag.gportal.hu" class="hMakeBold" rel="nofollow">JgVirg Design</a></li>
<li><a href="//jegvirag.gportal.hu/" class="hRemoveUnderline" rel="nofollow">JgVirg Design</a></li>
<li><a href="//jegvirag.gportal.hu" class="hMakeItalic" rel="nofollow">JgVirg Design</a></li>
<li><a href="//jegvirag.gportal.hu" class="hChangeBackgroundColor" rel="nofollow">JgVirg Design</a></li>
<li><a href="//jegvirag.gportal.hu" class="hIncreaseFontSize" rel="nofollow">JgVirg Design</a></li>
<li><a href="//jegvirag.gportal.hu" style="text-decoration:none;" class="hBottomBorder" rel="nofollow">JgVirg Design</a></li>
</ul>
</body>
</html>
<style type="text/css">
a:hover.hChangeBackgroundColor {background-color:LightSteelBlue;}
</style>
<li><a href="//jegvirag.gportal.hu" class="hChangeBackgroundColor" rel="nofollow">JgVirg Design</a></li>