/* formatare link-uri */

a.link:link { 
font-size: 1em; 
font-weight: bold; 
color: red; }

a.link:visited { 
font-size: 1em; 
font-weight: bold; 
color: #800080; }

a.link:hover { 
font-size: 1em; 
font-weight: bold; 
color: black; }

a.link:active { 
font-size: 1em; 
font-weight: bold; 
color: black; }

/* link-urile din capul paginii decoratiuni accesorii nunta */
a.linkmare:link { 
font-size: 1em; 
font-weight: bold; 
color: #800080; }

a.linkmare:visited { 
font-size: 1em; 
font-weight: bold; 
color: #800080; }

a.linkmare:hover { 
font-size: 1em; 
font-weight: bold; 
color: black; }

a.linkmare:active { 
font-size: 1em; 
font-weight: bold; 
color: black; }
