﻿<style type="text/css">

a {color: red; text-decoration: none; } // vypne podtrhnutí a nastaví červenou barvu 
a:hover {color: green; text-decoration: underline; } //po NAJETÍ bude odkaz zelený a podtržený 

.style1 {
	text-align: center;
}

</style>