ho creato un file microscopico con dentro scritto:

a:link {
border: medium;
font: normal normal bold;
font-size: larger;
background: Aqua;
}

l'ho salvato nella stessa dir del file html col nome Warp.css
Nel file html ho scritto nell'head
<style type="text/css" rel=stylesheet href=Warp.css runat=server></style>

Perchè il link non prende la formattazione da me indicata nel file css? Sbaglio qualcosa?

L'applicazione è in asp.net