Outlook 2007 stationery & links

Ø

Øyvind Granberg

Hi...

I am making this new stationery for my Outlook 2007.
I can't get the links to be displayed as I want them.
What ever format I use, they still come out in the dull default blue
fashion.
I use Dreamweaver and come up with these CSS settings for the links.

<style type="text/css">
<!--

a{
font-size: 9px;
color: #333333;

}

a:link{
font-size: 9px;
color: #333333;

}

a:visited{
font-size: 9px;
color: #333333;

}

a:hover{
font-size: 9px;
color: #000000;
border-bottom:#000000 1px solid;
}

a img {border-width: 0;}

-->
</style>


What am I doing wrong?
--

Kind regards
Øyvind Granberg

[email protected]
www.tresfjording.com
 
Top